Thursday, September 16, 2010

Re: How to delete lines that begins...

On 09/16/10 16:00, Charles Campbell wrote:
> * delete lines beginning with a digit:
> * delete l ines beginning with a '<':
> * alternate solution for doing both:
> :g/^[0-9^]d

I think you mean

:g/^[0-9<]/d

? (looks like fast typing usually done by *me* ... ;-)

-tim

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