diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index 89344c1..cdc2c01 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -543,11 +543,16 @@ COMMANDS *ctrlp-commands* :CtrlPLastMode Open CtrlP in the last mode used. + *:CtrlPRoot* +:CtrlPRoot + This acts like |:CtrlP| with |g:ctrlp_working_path_mode| = 2 (ignores its + current value). + *:CtrlPClearCache* :CtrlPClearCache Flush the cache for the current working directory. The same as pressing inside CtrlP. - You can enable/disable caching with the |g:ctrlp_use_caching| option. + To enable or disable caching, use the |g:ctrlp_use_caching| option. *:CtrlPClearAllCaches* :CtrlPClearAllCaches @@ -557,18 +562,6 @@ COMMANDS *ctrlp-commands* :CtrlPReload Load new values for the option variables. -------------------------------------------------------------------------------- -The following commands ignore the current value of |g:ctrlp_working_path_mode|: - -:CtrlPCurWD *:CtrlPCurWD* - This acts like |:CtrlP| with |path_mode| = 0 - -:CtrlPCurFile *:CtrlPCurFile* - This acts like |:CtrlP| with |path_mode| = 1 - -:CtrlPRoot *:CtrlPRoot* - This acts like |:CtrlP| with |path_mode| = 2 - ------------------------------------------------------------------------------- For commands provided by bundled extensions, see |ctrlp-extensions|. @@ -857,7 +850,7 @@ Available extensions:~ - Wipe bookmark list. - Or delete entries marked by . -------------------------------------------------------------------------------- +---------------------------------------- Buffer Tag mode options:~ *'g:ctrlp_buftag_ctags_bin'*