Hello!

I'd like to do

   imap ... = ...=<c-o>:something<cr>

however, "." no longer repeats the small change.   For example:

 imap = =<c-o>:echo "hello!"<cr>

work with the following file contents:

abc;
def;

Place cursor on the semicolon with "abc;" -- insert
  =2

Now put the cursor on the semicolon with "def;" and press "." .
All you get is

def 2;

Now, if there was a dotjoin:

imap = =<c-o>:dotjoin<bar>echo "hello!"<cr>

just might work!

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to