Skip to content

Commit

Permalink
doc: mention :CommandTFlush in the OPTIONS section
Browse files Browse the repository at this point in the history
Make it clear to users that changes in the .vimrc will be picked up on
next run, and immediate changes (via :let) will only be picked up if you
do a :CommandTFlush.

Signed-off-by: Wincent Colaiuta <[email protected]>
  • Loading branch information
wincent committed Apr 29, 2010
1 parent 07f1d7c commit 8c0511c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/command-t.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ the plug-in. To set an option, you include a line like this in your ~/.vimrc:

let g:CommandTMaxFiles=20000

To have Command-T pick up new settings immediately (that is, without having
to restart VIM) you can issue the |:CommandTFlush| command after making
changes via |:let|.

Following is a list of all available options:

*g:CommandTMaxFiles*
Expand Down

0 comments on commit 8c0511c

Please sign in to comment.