diff options
Diffstat (limited to 'runtime/doc/usr_27.txt')
-rw-r--r-- | runtime/doc/usr_27.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_27.txt b/runtime/doc/usr_27.txt index f06515d1a..a78d3e736 100644 --- a/runtime/doc/usr_27.txt +++ b/runtime/doc/usr_27.txt @@ -1,4 +1,4 @@ -*usr_27.txt* For Vim version 7.2. Last change: 2007 Nov 10 +*usr_27.txt* For Vim version 7.2. Last change: 2010 Mar 28 VIM USER MANUAL - by Bram Moolenaar @@ -40,7 +40,7 @@ matches.) :set noignorecase -But lets keep it set, and search for "INCLUDE". It will match exactly the +But let's keep it set, and search for "INCLUDE". It will match exactly the same text as "include" did. Now set the 'smartcase' option: > :set ignorecase smartcase |