* lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 17 Jul 2012 08:38:12 +0000 (04:38 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 17 Jul 2012 08:38:12 +0000 (04:38 -0400)
commitefc26dbecd1b548d6f44267ce13b56dbad8ab783
tree856fe3b0b08897bccacdaab5b1a0f30e7177c1a1
parentf5695c9afd17315a5f771091044ffc19ad8b7b2b
* lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
as not-a-comment.
* test/indent/shell.sh: Add test case for ${#VAR}.

Fixes: debbugs:11946
lisp/ChangeLog
lisp/emacs-lisp/trace.el
lisp/progmodes/sh-script.el
test/ChangeLog
test/indent/shell.sh