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?
|
feedback
|
:cd? If so FuzzyFinderTextMate should honor that. If not, addset autochdirto your .vimrc to changepwdautomatically at each buffer loading/switching. – romainl Jun 30 '11 at 16:01