0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:39:52 +00:00
parent 7263a77b99
commit 044b68f42a
7 changed files with 109 additions and 103 deletions

View File

@@ -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