summaryrefslogtreecommitdiff
path: root/src/VisVim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:39:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:39:52 +0000
commit044b68f42a945cdccb357ee6bb67d719ba532cd4 (patch)
tree6d432c4077c93d1de8ffd0a9e462321eecf3b17b /src/VisVim
parent7263a77b998151fa95666d9a379fcc2dd8725ba3 (diff)
downloadvim-git-044b68f42a945cdccb357ee6bb67d719ba532cd4.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/VisVim')
-rw-r--r--src/VisVim/README_VisVim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VisVim/README_VisVim.txt b/src/VisVim/README_VisVim.txt
index fe22b12c5..31c7299db 100644
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -196,7 +196,7 @@ Troubleshooting
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