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?
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.