blob: 18fd0d13350d61d675a7639daf398b6512b7fac0 [file] [log] [blame]
#!/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}"
)"