diff src/VisVim/README_VisVim.txt @ 1203:f62b7845db87

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:39:52 +0000
parents 3fc0f57ecb91
children 2cfb68fa26cd
line wrap: on
line diff
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -196,7 +196,7 @@ 4. If an instance of Vim is already runn
 5. When being in insert mode in Vim and selecting a file in Visual Studio,
    the Vim command :e ... is inserted as text instead of being executed.
    Cause:	 You probably know...
-   Explanation:  The Vim OLE automation interface interpretes the VisVim
+   Explanation:  The Vim OLE automation interface interprets the VisVim
 		 commands as if they were typed in by the user.
 		 So if you're in insert mode Vim considers it to be text.
 		 I decided against sending an ESC before the command because