Bug#473736: vim-runtime: sh syntax problems with comments after `set', keywords, bash's `$', nested cmd subst

2008-04-03 Thread James Vega
On Tue, Apr 01, 2008 at 12:03:07PM +0200, Géraud Meyer wrote: 4) nested command substitution The outer $() is red (indicating an error). This is not the case in posix mode so it might not constitute a bug. I was just wondering if nested command substitution should be enabled in the default sh

Bug#473736: vim-runtime: sh syntax problems with comments after `set', keywords, bash's `$', nested cmd subst

2008-04-01 Thread Géraud Meyer
Package: vim-runtime Version: 1:7.1.285-1 Severity: minor 1) comments after `set' In vim-set the `#' after set is black as the rest of the line. In vim-set2 `#' begins a comment. $ cat vim-set #!/bin/sh set -x # not a comment $ cat vim-set2 #!/bin/sh set -x; # a comment 2) keywords In