> * 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:
Post a Comment