blob: a81c0a45429ba2126fe72be652f9631456f7b15e [file] [log] [blame]
Doug Kearns6099db92025-04-03 21:13:39 +02001# Issue #17026 (bash highlighting requires space after $())
2# https://github.com/vim/vim/issues/17026#issuecomment-2774112284
3
4_comp_compgen_split -l -- "$(
5 tmux list-commands -F "#{command_list_name}"
6 tmux list-commands -F "#{command_list_alias}"
7)"
8