diff runtime/doc/pattern.txt @ 1270:d9d524594fe5

updated for version 7.1
author vimboss
date Sat, 12 May 2007 14:57:31 +0000
parents dc65bb5de20e
children 22886f3d882d
line wrap: on
line diff
--- 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 @@ An ordinary atom can be:
 	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.