comparison runtime/doc/pattern.txt @ 805:497fab3f99d6

updated for version 7.0b01
author vimboss
date Sat, 25 Mar 2006 21:59:56 +0000
parents d8f905020502
children 9f345c48220b
comparison
equal deleted inserted replaced
804:db73a88f4c2d 805:497fab3f99d6
1 *pattern.txt* For Vim version 7.0b. Last change: 2006 Mar 06 1 *pattern.txt* For Vim version 7.0b. Last change: 2006 Mar 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1215 Note that highlighting the last used search pattern with 1215 Note that highlighting the last used search pattern with
1216 'hlsearch' is used in all windows, while the pattern defined 1216 'hlsearch' is used in all windows, while the pattern defined
1217 with ":match" only exists in the current window. It is kept 1217 with ":match" only exists in the current window. It is kept
1218 when switching to another buffer. 1218 when switching to another buffer.
1219 1219
1220 The |matchparen| plugin uses match highlighting, thus will
1221 disable your ":match" command as soon as you move to a paren.
1222
1223 'ignorecase' does not apply, use |/\c| in the pattern to 1220 'ignorecase' does not apply, use |/\c| in the pattern to
1224 ignore case. Otherwise case is not ignored. 1221 ignore case. Otherwise case is not ignored.
1225 1222
1226 Another example, which highlights all characters in virtual 1223 Another example, which highlights all characters in virtual
1227 column 72 and more: > 1224 column 72 and more: >