summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/sh_13.sh
blob: b959e0e39968c8d84000d02b51bb655a5ba429f3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/dash
# Issue #17026 (bash highlighting requires space after $())
# https://github.com/Project-Tick/Project-Tick/issues/17026#issuecomment-2774112284

_comp_compgen_split -l -- "$(
    tmux list-commands -F "#{command_list_name}"
    tmux list-commands -F "#{command_list_alias}"
)"