In my ignorance I filed a bug report, Bram pointed out that this
restriction in mentioned in :help syn-multi-line, the \zs causes the
problem above.
--~--~-~--~~~---~--~~
You received this message from the "vim_use" maillist.
For more information, visit http://www
I am trying to create a syntax file and I am having trouble in marking
out a comment region. The comment starts with an asterisk with the
first non white space character preceding it (including newlines) a
semi-colon. The comment ends with a semi colon.
For example everything between (and incl