Tuesday, June 1, 2010

Re: delete lines from while loop

>    for linenum in range(a:firstline, a:lastline)

You might want to delete the lines in reverse order, i.e. from the
bottom to the top. I also wonder if you could make use of the :g
command.

Regards,
Tom

--
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

No comments: