Tuesday, January 5, 2010

Re: filelist window ?

> but it only gave me the following errors:
>
> E121: Undefined variable: b:tselectfiles_dir

The localvimrc plugin hasn't loaded the file. (BTW I'm talking about
this plugin: http://www.vim.org/scripts/script.php?script_id=441)

If you cannot make it work, you could also setup an autocommand (but
you have to set b:tselectfiles_dir to the full path of the project's
directory:

au BufNewFile,BufRead .../myproject/* let b:tselectfiles_dir = "..."

> I still get only the root folder files..

Are you calling :TSelectFilesInSubdirs?

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment