kien / ctrlp.vim

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

It stopped working on the latest vim patch #740

Closed ddaza closed 6 years ago

ddaza commented 6 years ago

Buffer search is still working, but the files have stopped being indexed and I get the dreaded ==NO ENTRIES== .

I recently updates to this version:

VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov  6 2017 11:23:17)
Included patches: 1-1272

and this is my config:

let g:ctrlp_map = '<c-p>'
let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_working_path_mode = 'ra'
let g:ctrlp_switch_buffer = 'et'
set wildignore+=*/tmp/*,*.so,*.swp,*.zip     " MacOSX/Linux
let g:ctrlp_custom_ignore = 'node_modules\|git\|dist'
let g:ctrlp_show_hidden = 1
ddaza commented 6 years ago

oops will take this to the new repo