Sunday, January 30, 2011

Re: Delete, add 16, and insert

Reply to message «Re: Delete, add 16, and insert»,
sent 23:26:19 30 January 2011, Sunday
by Adam:

Then you may have some plugin remapping <C-a>? Try doing
execute "normal! 16\<C-a>"
and see whether it helps. There is a known (and fixed in vim-7.3.100) bug that
count is not passed to plugins in normal commands.

Original message:
> > What you want is to enter the ^A literally which can be done by prefixing
>
> > it with control+V:
> Oh sorry yeah that's what I did do (^V^A) I guess I left it out. When you
> do that it appears that it's only incrementing by 1 though instead of the
> prefix that you give it (16 in this case)
>
> ~Adam~

No comments: