Doug Kearns | 6099db9 | 2025-04-03 21:13:39 +0200 | [diff] [blame] | 1 | # 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 |