> 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