summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 14:57:31 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 14:57:31 +0000
commit69c2f17e9859f5e85da3963ff2dc405f932057da (patch)
tree735919513ea09b001e90d3c8d632ed0bc7178642 /runtime/doc/pattern.txt
parent00333faa4d86d3dce513fb839f062f54cd1e9602 (diff)
updated for version 7.1
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 331559df20..22c5782a8f 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -1,4 +1,4 @@
-*pattern.txt* For Vim version 7.1b. Last change: 2007 Apr 24
+*pattern.txt* For Vim version 7.1. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -865,8 +865,8 @@ $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"):
values of the current window are used (e.g., 'tabstop').
The "23" can be any column number. The first column is 1.
Note that some virtual column positions will never match, because they
- are halfway a Tab or other character that occupies more than one
- screen character. {not in Vi}
+ are halfway through 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 highlighted matches. This means Syntax highlighting quickly
becomes wrong.