ctrlpvim / ctrlp.vim

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

Missing explanation about g:ctrlp_working_path_mode = 'd' #536

Open fan7om opened 4 years ago

fan7om commented 4 years ago

On the line 880 of the doc, it says _This acts like |:CtrlP| with |g:ctrlp_working_pathmode| = 'd'

However, if we go to the doc part about g:ctrlp_working_path_mode, it never mentions the d variable so I don't understand what it does.

I think there is some explanation missing. If not, can you redirect me to the right part of the docs?

Thanks