Robert H wrote:
I want to delete every line that doesn't match the pattern:

:/\.$

I have a list of emails and some of them have a trailing period...I am finding those lines and I would like to delete everything else but those lines.

You mean like

  :v/\.$/d

?

-tim



--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to