diff options
Diffstat (limited to 'usr.bin/vim/doc/vim_40.txt')
-rw-r--r-- | usr.bin/vim/doc/vim_40.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/vim/doc/vim_40.txt b/usr.bin/vim/doc/vim_40.txt index 720430400f1..6d4e1ba7a4c 100644 --- a/usr.bin/vim/doc/vim_40.txt +++ b/usr.bin/vim/doc/vim_40.txt @@ -1,4 +1,4 @@ -*vim_40.txt* For Vim version 4.2. Last modification: 1996 June 16 +*vim_40.txt* For Vim version 4.4. Last modification: 1996 Sep 1 Welcome to Vim Version 4.0! @@ -1406,6 +1406,10 @@ Added list of options that are enabled/disabled at compile time to ":version" command (+GUI -digraphs -eindent, etc.). For Unix, add a line to the ":version" command to show how it was compiled. |:version| +Added ":if" and ":endif" commands. Everything in between them is ignored. +This is just for being able to add future commands to vimrc files in a +backwards compatible way. |:if| + Made CTRL-N and CTRL-P for command-line completion line cyclic. |c_CTRL-N| "<cword>" in the command line where a file name is expected is expanded to |