comparison 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
comparison
equal deleted inserted replaced
1202:5ac05604de65 1203:f62b7845db87
194 works. 194 works.
195 195
196 5. When being in insert mode in Vim and selecting a file in Visual Studio, 196 5. When being in insert mode in Vim and selecting a file in Visual Studio,
197 the Vim command :e ... is inserted as text instead of being executed. 197 the Vim command :e ... is inserted as text instead of being executed.
198 Cause: You probably know... 198 Cause: You probably know...
199 Explanation: The Vim OLE automation interface interpretes the VisVim 199 Explanation: The Vim OLE automation interface interprets the VisVim
200 commands as if they were typed in by the user. 200 commands as if they were typed in by the user.
201 So if you're in insert mode Vim considers it to be text. 201 So if you're in insert mode Vim considers it to be text.
202 I decided against sending an ESC before the command because 202 I decided against sending an ESC before the command because
203 it may cause a beep or at least a screen flash when noeb is 203 it may cause a beep or at least a screen flash when noeb is
204 set. 204 set.