kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

when I "cd prj/foo" and run "vim ." ctrlp will take prj as current root dir, not foo #639

Closed guoqiao closed 9 years ago

guoqiao commented 9 years ago

My work habit is cd into my repo like prj/foo, and then run "vim ." to open the project foo. However, in this way, when I try to open files with ctrlp, looks like it will search all my files in my prj dir, not the foo dir. How can I fix this?