I have this block of text: START aaaa bbb cccc END
I try to record a macro that perform substitutions between START and END. Say, I need to replace aaaa with ee and cccc with ff. Cursor is at START. I do visual selection and then search replace :<,>s My problem is macro execution terminates on search item not found. Because aaaa is not on every line then s/aaaa/ee/ produces not found on 2nd and 3rd line. 2016-04-02 9:34 GMT+03:00 Dmitry Teslenko <[email protected]>: > I have this block of text: > > START > aaaa > bbb > cccc > END > > I try to record a macro that perform substitutions between START and END. > Say, I need to replace aaaa with ee and cccc with ff. Cursor is at START. > I do visual selection and then search replace :<,>s > My problem is macro execution terminates on search item not found. Because > aaaa is not on every h yukl/jhgv .x/ g ,mfndkw -- -- You received this message from the "vim_use" 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_use" 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.
