Hello,

I mastered most of regular expressions. Only with the “non matching stuff” I 
still have my problems. Say want to find all lines containing Level.FINE — but 
not those who have been commented out. First idea would be:

/\C\v(\/\/)@!.{-}<Level\.FINE.{0,2}>/

The @! is supposed to not match - but it still does. And I don't even know why.

Regards

Martin

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