summaryrefslogtreecommitdiffstats
path: root/src/VisVim
diff options
context:
space:
mode:
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 fe22b12c56..31c7299db7 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