Hello there, I have a plug-in that relies on imappings. When <Left>, <Right> or <BS> is in the mapping, the repeat command "." repeats everything typed after those special keys, ignoring all the previous keys.
Let's say, I have set the following mapping: imap ( ()<Left> If I enter insert mode and type: (123 Vim writes: (123) Enter normal mode and type '.', Vim writes: 123 Which kind of makes the '.' command useless when the plug-in is used. Is there a workaround for that? Thanks! Israel --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
