On Fri, Feb 23, 2007 at 10:52:52AM +0300, Alexey Vakhov wrote:
> Hi All,
> 
> One question more ) Can i highlight words using for example ctags file
> and highlight wrong identifier like Visual Assist in Visual Studio.
> Thanks.
Hi Alexey

Thats possible.
vim syntax highligthing is doing this.
try :e test.vim
and insert
matchall(<cr>matchlist(
matchall is not correct

You should have a look at the thread "Highlighting keywords from C
libraries" started by Gautam Iyer (vimdev mailinglist)
I think he has done what you're asking for.

He does higlight everyhting which is correct which should have the same
effect

Marc

Reply via email to