summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-22 22:09:40 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-22 22:09:40 +0000
commitde934d77b1623f08fc1a30d91f7b58f6630dd1d1 (patch)
tree8651c674f15fdfb6bfc90de24746b2c0b79c3348 /runtime/doc/pattern.txt
parent2389c3c6402fedaa5b198a7bed04daabc2939e7b (diff)
updated for version 7.0075
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r--runtime/doc/pattern.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index ba35a04706..b99b0d7ab8 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -1,4 +1,4 @@
-*pattern.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
+*pattern.txt* For Vim version 7.0aa. Last change: 2005 May 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -835,8 +835,8 @@ $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"):
are halfway a Tab or other character that occupies more than one
screen character. {not in Vi}
WARNING: When inserting or deleting text Vim does not automatically
- update the matches. This means Syntax highlighting quickly becomes
- wrong.
+ update highlighted matches. This means Syntax highlighting quickly
+ becomes wrong.
Example, to highlight the all characters after virtual column 72: >
/\%>72v.*
< When 'hlsearch' is set and you move the cursor around and make changes