Am 10.05.2011 18:51, schrieb cyboman:
does anybody know how to do search of lines that don't contain a
pattern:

/pattern

searches for a occurrence of a pattern, but i need a way to search for
lines that don't have a pattern.

please click reply to author when replying this thread.

any help is appreciated.

you can try my searchfold.vim script:
http://vim.sourceforge.net/scripts/script.php?script_id=2521

With  \iz  you can fold away lines that match the last search pattern,
keeping remaining lines visible (restore with \Z ).

--
Andy

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

Reply via email to