Daniel B. Thurman wrote:
One other issue: How to I search for patterns NOT in the list I thought it was something like: :g/^[^.]/d For deleting lines NOT containing '.'? Boy, I am getting a bit rusty!
Try :v/\./d
Daniel B. Thurman wrote:
One other issue: How to I search for patterns NOT in the list I thought it was something like: :g/^[^.]/d For deleting lines NOT containing '.'? Boy, I am getting a bit rusty!
Try :v/\./d