diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-11-28 18:21:11 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-11-28 18:21:11 +0100 |
commit | 2df58b4a58e376e475a3cc0ccb86d991d65b1b77 (patch) | |
tree | f954ae13f03c80e83b287a081b7d120fa52cfc19 /runtime/doc/usr_05.txt | |
parent | 9411615985b0babcb391bd993b24ba75711fe50c (diff) | |
download | vim-git-2df58b4a58e376e475a3cc0ccb86d991d65b1b77.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r-- | runtime/doc/usr_05.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt index b0f27d1fc..45bcc1749 100644 --- a/runtime/doc/usr_05.txt +++ b/runtime/doc/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 7.3. Last change: 2009 Jun 04 +*usr_05.txt* For Vim version 7.3. Last change: 2012 Nov 20 VIM USER MANUAL - by Bram Moolenaar @@ -49,8 +49,7 @@ For MS-DOS and MS-Windows you can use one of these: The vimrc file can contain all the commands that you type after a colon. The most simple ones are for setting options. For example, if you want Vim to -always start with the 'incsearch' option on, add this line you your vimrc -file: > +always start with the 'incsearch' option on, add this line your vimrc file: > set incsearch |