kien / ctrlp.vim

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

Search login.js but found node_modules/morgan/index.js instead #666

Open searene opened 9 years ago

searene commented 9 years ago

There is a file called login.js located in ~/website/blog/views/login.js, I used the command :Ctrlp ~/website/blog, then typed in login.js to search this file, but ctrlp couldn't find it. The best match was node_modules/morgan/index.js, which was not the one that I wanted. Then I tried to search /login.js with the same command, this time it worked. Why? Can I do something to make login.js work too?