I am updating the documentation regarding this and remove the wildignore options since readdir implementation is a preferred way. But I add another note to tell people they can still use wildignore if g:ctrlp_use_readdir is 0.
I have both english and chinese version of doc updated.
wildignore
to exclude file or dir only works withGlobPath
, but not with the newreaddir
. It is iterated in https://github.com/ctrlpvim/ctrlp.vim/issues/598I am updating the documentation regarding this and remove the
wildignore
options sincereaddir
implementation is a preferred way. But I add another note to tell people they can still usewildignore
ifg:ctrlp_use_readdir
is 0.I have both english and chinese version of doc updated.