diff runtime/doc/vi_diff.txt @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 46bbe11644e0
children f4f8014d516e
line wrap: on
line diff
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -1,4 +1,4 @@
-*vi_diff.txt*   For Vim version 7.2a.  Last change: 2008 May 05
+*vi_diff.txt*   For Vim version 7.2b.  Last change: 2008 Jun 28
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -383,7 +383,7 @@ Improved indenting for programs.			|'cin
 Searching for words in included files.			|include-search|
 	The |[i| command can be used to search for a match of the word under
 	the cursor in the current and included files.  The 'include' option
-	can be set the a pattern that describes a command to include a file
+	can be set to a pattern that describes a command to include a file
 	(the default is for C programs).
 	The |[I| command lists all matches, the |[_CTRL-I| command jumps to
 	a match.