willys5000 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

sh syntax highlight breaks on "'\$#'": everything after becomes shDoubleQuote #364

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

a=b
echo "'\$#'"
c=d

What is the expected output? What do you see instead?

Everything after the # is highlighted as shDoubleQuote

What version of the product are you using? On what operating system?

Just compiled 7-4.728 from source on Ubuntu 14.04

Original issue reported on code.google.com by ciro.san...@gmail.com on 13 May 2015 at 8:19