On Mon, August 10, 2009 8:03 pm, googler wrote:
>
> I have a defined a recording, say using qa. Now I want to execute this
> recording using @a. But I don't know how many times to call it for all
> the changes to take effect, so I can't do something like 1...@a. I just
> want to execute it so that it will run through the entire file making
> the necessary changes. Is there a way to do this? Thanks.
This may be?
while line('.') < line('$')
normal @a
endw
regards,
Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---