kien / ctrlp.vim

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

Java directories being ignored #642

Closed wejrowski closed 9 years ago

wejrowski commented 9 years ago

I don't have any settings for ignoring folders or anything but I'm looking for files and they're not showing. Specifically it seems to be completely ignoring certain folders with "java" or "test" in it.

Any idea?

wejrowski commented 9 years ago

Ok it looks like literally just this one projects.. I can't search any folder, once I type / I get nothing. It is a gigantic project btw, if ctrlp may have a limit?

wejrowski commented 9 years ago

Found the issue. My project has 73k files. I had to set max files to higher... apparently there's a default? (not specified in help).

let g:ctrlp_max_files=100000