ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.55k stars 260 forks source link

Update doc related to wildignore #599

Closed ydzhou closed 2 years ago

ydzhou commented 2 years ago

wildignore to exclude file or dir only works with GlobPath, but not with the new readdir. It is iterated in https://github.com/ctrlpvim/ctrlp.vim/issues/598

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.

mattn commented 2 years ago

Thank you