[Viplugin-user] trouble with mode changes
Brought to you by:
midramas
|
From: Richard U. <ru...@nu...> - 2003-08-08 21:41:17
|
Is anyone else having trouble getting into insert mode? I find that I = often have to press 'i' 6 or 7 times before the change to insert mode = "sticks". I press 'i' once, and the status line says "InsertMode". Then I press = another letter, and the status line switches to "CommandMode" and the = stuff I type is interpreted in the command mode context. It doesn't always happen like this. It seems to only goof when eclipse = is doing something else. For example, if I've just written the file out = and it's doing it's automatic compile. Makes me suspect a race = condition. I haven't looked at the code, but is it possible that after = pressing 'i', subsequent keystrokes could be interpreted before the = handling of the 'i' (and the mode switch to InsertMode) is complete? Rich |