Updates:
Labels: patch
Comment #2 on issue 212 by [email protected]: feedkeys(".", "n")
inside a macro inserts @. register instead of repeating last operation
https://code.google.com/p/vim/issues/detail?id=212
I have looked at the code. The problem is, when using the feedkeys() call,
the mapped chars will be added at the end of the type buffer, so for the
example above, this will create the typebuffer of dwifoo<esc>ifoo which is
obviously not what is wanted.
The attached patch changes it so that when the chars returned by the
feedkeys() function start with '.' it will be added at the current position
rather than the end of the buffer.
The patch is also available at:
https://github.com/chrisbra/vim-mq-patches/blob/master/feedkeys_dot
Attachments:
feedkeys_dot.diff 786 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.