On 9/10/06, Mark Manning <[EMAIL PROTECTED]> wrote:
In the syntax stuff, the c.vim file should be changed to have the following:

Old:

syn region    cString        start=+"+ skip=+\\\\\|\\"+ end=+"+
contains=cSpecial


New

syn region    cString        start=+"+ skip=+\\\\\|\\\"\|'+ end=+"+
contains=cSpecial
syn region    cString        start=+'+ skip=+\\\\\|\\\'\|"+ end=+'+
contains=cSpecial

This would take care of the "......'....." problem and the '"' problem

Hmmm both  "......'....." and  '"' are handled
correctly for me with existing C syntax. Which
$VIMRUNTIME/syntax/c.vim version
is yours ?

Yakov

Reply via email to