I'm trying FuzzyFinderTextMate in Vim on Windows Xp. FuzzyFinderTextMate lists files in the current directory (pwd). Byt when i change directory it still lists files in the previous directory. Is this normal? If it is normal can i somehow make FuzzyFinderTextMate change directory?

link|improve this question
Do you actually change directory with :cd? If so FuzzyFinderTextMate should honor that. If not, add set autochdir to your .vimrc to change pwd automatically at each buffer loading/switching. – romainl Jun 30 '11 at 16:01
I found the answer. You have to run :FuzzyFinderTextMateRefreshFiles to refresh the files. – johankri Jul 1 '11 at 18:20
Wow, what a mouthful. – romainl Jul 2 '11 at 19:27
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.