Bug in syntax/zsh.vim

2007-10-23 Fir de Conversatie Richard Hartmann
Hi all, Problem: vim zsh syntax file gets confused by curly brackets in single quotes. Test cases: A=${foo['A']} B=${foo['{']} C=${foo['C']} A=${foo['A']} B=${foo['}']} C=${foo['C']} Lines 1 and 3 are irrelevant to the outcome, they just provide examples of correct and broken syntax

Re: Bug in syntax/zsh.vim

2007-10-23 Fir de Conversatie Nikolai Weibull
On 10/23/07, Andy Wokula [EMAIL PROTECTED] wrote: Richard Hartmann schrieb: On 23/10/2007, Andy Wokula [EMAIL PROTECTED] wrote: :syn region zshSubst matchgroup=zshSubstDelim start='\${' skip='\\}' \ end='}' [EMAIL PROTECTED],zshBrackets,zshQuoted,zshString This fixes the