Slow performance on CtrlP , it doesn't work to ignore some folders
问题 I tried to ignore the vendor by adding the following setting in .vimrc and I start my ctrlP by typing ff map ff :CtrlP<.><cr> However, it still tried to index all the files under the zeus folder including vendor folder. But after finishing index, I still can NOT search the files under vendor , Why does CtrlP take long time to index ? 129 "add ctrlp.vim setting 130 "" 131 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*/vendor/*,*/\.git/* 132 let g:ctrlp_custom_ignore = 'tmp$\|\.git$\|\.hg$\|\.svn$\