On Mar 24, 10:46 am, Ben Fritz <[email protected]> wrote: > > 1. select the lines you wish in any visual mode (not necessarily > visual block, but this will work; I normally use linewise visual) > 2. Hit ':' to enter Ex mode and automatically insert a range of '<,'> > (last visual selection) > 3. Run the macro on all the selected lines by executing :'<,'>normal! >
Step 3 should be :'<,'>normal! @r I'm not sure how the @r got left off. -- 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
