On 10 авг, 22:03, googler <[email protected]> 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.
Use recursion: uppercase first word on every line in a buffer example :let @a="" qa0g...@aq --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
