Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie batz
If one has: else # Here is a comment the comment section is shown as an error, this is due to line 219 of perl.vim. It should be (as one possibility): syn match perlElseIfError "[^[:space:]{#]\+" contained There may be other cases this will fail on, but it fixes the problem with comments. -

conceal and cchar multiple characters, and tab failing

2010-07-22 Fir de Conversatie batz
I would love to see cchar support multiple characters, e.g. one could do: syntax match Indent '' conceal cchar=|\ \ \ \ syntax match Indent '' conceal cchar=\ \ \ \ \ \ \ \ to have something like lcs tab option with non-tabs. I can also see uses in LaTeX. Also currently, there is no mecha