Hi All, I want to match all the words in a file which are not keywords. In a verilog code, I want to match all the signal names execpt for the keywords.
/\w\+ finds all the words. But How do I make vim understand, not to pick up any keyword. Best Regards, Shankar