diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:39:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:39:52 +0000 |
commit | 044b68f42a945cdccb357ee6bb67d719ba532cd4 (patch) | |
tree | 6d432c4077c93d1de8ffd0a9e462321eecf3b17b /src/VisVim | |
parent | 7263a77b998151fa95666d9a379fcc2dd8725ba3 (diff) | |
download | vim-git-044b68f42a945cdccb357ee6bb67d719ba532cd4.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/VisVim')
-rw-r--r-- | src/VisVim/README_VisVim.txt | 2 |
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 |