Re: search-related question

2007-04-21 Thread Thomas Köhler
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

Re: search-related question

2007-04-17 Thread Charles E Campbell Jr
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 )

search-related question

2007-04-17 Thread Hale Boyes, Kevin
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