Friday, September 17, 2010

Re: How to delete lines that begins...

Tim Chase wrote:
> 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* ... ;-)
Yes, I think you're right!

Mea Culpa,
Chip Campbell

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

Post a Comment