Hale Boyes, Kevin wrote:
> How do I search in a document to the next line that doesn't contain a
> specific string? Something along the lines of "grep -v".
If you need all lines that don't contain pattern, try :v/pattern/
If you want to jump to the next line that does not match pattern,
you cou
Hale Boyes, Kevin wrote:
How do I search in a document to the next line that doesn't contain a
specific string? Something along the lines of "grep -v".
I suggest trying the LogiPat plugin. To do what you're asking with it:
:LP !"string"
It takes Boolean logic (!=not |=or &=and ()s )
How do I search in a document to the next line that doesn't contain a
specific string? Something along the lines of "grep -v".
Thanks,
Kevin.
Using Vim/Gvim 7.0
This email communication and any files transmitted with it may contain
confidential and or proprietary information and is provided fo