Re: Fixes to syntax/sh.vim: escaped quotes, case statements

2007-11-18 Fir de Conversatie Ed Catmur
On Mon, 2007-10-22 at 17:39 -0400, Charles E Campbell Jr wrote: Please try http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax (click on sh.vim.gz). I've not submitted this version to Bram because it needs more checkout for side effects. I wish the start= and end=

Re: Fixes to syntax/sh.vim: escaped quotes, case statements

2007-10-22 Fir de Conversatie Charles E Campbell Jr
Please try http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax (click on sh.vim.gz). I've not submitted this version to Bram because it needs more checkout for side effects. I wish the start= and end= patterns in regions could contain groups not in the rest of the region;

Re: Fixes to syntax/sh.vim: escaped quotes, case statements

2007-10-21 Fir de Conversatie Ed Catmur
On Sun, 2007-10-21 at 03:45 +0300, Ilya Bobir wrote: Ed Catmur wrote: [...] 3. Marking escaped quotes as errors after parameter dereference operators: echo ${foo+\yes\} echo ${foo+\'yes\'} 4. Escaping close parens broken in case matches: case x in \));; esac

Fixes to syntax/sh.vim: escaped quotes, case statements

2007-10-20 Fir de Conversatie Ed Catmur
Hi, I've noted a number of issues with the bourne shell syntax highlighting, and have finally got around to coding a patch to fix them. 1. while highlighting broken after function definitions: foo() { }; while true; do :; done 2. while highlighting whole predicate unnecessarily: while pgrep

Fixes to syntax/sh.vim: escaped quotes, case statements

2007-10-20 Fir de Conversatie Ed Catmur
(resending with correct cc: address information) Hi, I've noted a number of issues with the bourne shell syntax highlighting, and have finally got around to coding a patch to fix them. 1. while highlighting broken after function definitions: foo() { }; while true; do :; done 2. while