vim/runtime/syntax/testdir/input/sh_13.sh
Aliaksei Budavei d82f3cae39
runtime(sh): Do not look up a "sh" utility in $PATH for "sh_13.sh"
Dash may not be installed on a BSD CI runner, list it in the
shebang line.

See #17084
closes: #17094

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-04-12 11:18:10 +02:00

9 lines
272 B
Bash

#!/bin/dash
# Issue #17026 (bash highlighting requires space after $())
# https://github.com/vim/vim/issues/17026#issuecomment-2774112284
_comp_compgen_split -l -- "$(
tmux list-commands -F "#{command_list_name}"
tmux list-commands -F "#{command_list_alias}"
)"