On Thu, Sep 10, 2009 at 8:44 AM, Lech Lorens <[email protected]> wrote: > > BTW unlike documentation e.g. for :global or :tabdo, documentation for > @ does not mention the expected behaviour if an error is encountered. > IMHO this means that errors should be ignored.
No, that would be very bad. A lot of macro usage presumes that vim will stop when the macro fails. 10...@q -- I have absolutely no idea how many times I need to run this macro, so just run it until it fails. Doing otherwise could result in some REALLY bad things happening at the failure position. Tom --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
