ctrlp.vim icon indicating copy to clipboard operation
ctrlp.vim copied to clipboard

Can't find some file

Open huchaohong opened this issue 10 years ago • 1 comments

I like ctrlp, but sometimes it can't just find some file. My configuration about ctrlp in .vimrc is let g:ctrlp_by_filename = 1 let g:ctrlp_max_files = 0

This time i search test.c in a large project. Under filename mode, test.c can't be found, but under regex mode, test.c is found. Why?

If need more detail, tell me.

huchaohong avatar Jan 20 '15 10:01 huchaohong

ctrlp does not work with some files that have "test" in the name. I don't know why.

EDIT: never mind. I had "test" in my g:ctrlp_custom_ignore

chrisstankevitz avatar Nov 10 '16 20:11 chrisstankevitz