Re: VIM-7.2 makefile syntax problem

2008-10-10 Thread Markus Heidelberg
SungHyun Nam, 11.09.2008: > > Adding fillowing lines to a makefile broke syntax highlighting. > > a := $(subst ',,$(flags)) > b := $(subst ",,$(flags)) > > Can this be fixed? If it's still an issue, I know a workaround used in buildroot. Adding #') respectively #") on the next line helps (tho

VIM-7.2 makefile syntax problem

2008-09-10 Thread SungHyun Nam
Hello, Adding fillowing lines to a makefile broke syntax highlighting. a := $(subst ',,$(flags)) b := $(subst ",,$(flags)) Can this be fixed? Regards, namsh --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visi