]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(sh): Update syntax file, command substitution opening paren at EOL
authorDoug Kearns <dougkearns@gmail.com>
Thu, 3 Apr 2025 19:13:39 +0000 (21:13 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 3 Apr 2025 19:13:39 +0000 (21:13 +0200)
commit6099db9a60d1c047bf9c8feee3e1689c4e653250
tree43d2fd257b74d075979c3c6957bfcf88f860b476
parente74ec3f523a152f62a37cc3ab476f0e5a2e812c6
runtime(sh): Update syntax file, command substitution opening paren at EOL

Allow the opening parenthesis of a command substitution to appear at
EOL.

This fixes the issue raised in
https://github.com/vim/vim/issues/17026#issuecomment-2774112284.

closes: #17044

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/sh.vim
runtime/syntax/testdir/dumps/sh_13_00.dump [new file with mode: 0644]
runtime/syntax/testdir/input/sh_13.sh [new file with mode: 0644]