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

2015-10-13 Fir de Conversatie Charles Campbell
v...@googlecode.com wrote: > a=b > echo "'\$#'" > c=d Hello! Thank you for your feedback, and sorry it took awhile to get to it. Please try the latest syntax/sh.vim from my website to address this issue: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SH Regards, Chip Campbell -- --

Issue 364 in vim: sh syntax highlight breaks on '\$#': everything after becomes shDoubleQuote

2015-05-13 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 364 by ciro.san...@gmail.com: sh syntax highlight breaks on '\$#': everything after becomes shDoubleQuote https://code.google.com/p/vim/issues/detail?id=364 What steps will reproduce the problem? a=b echo '\$#' c=d What