blob: 18fd0d13350d61d675a7639daf398b6512b7fac0 [file] [log] [blame]
Aliaksei Budaveid82f3ca2025-04-12 11:18:10 +02001#!/bin/dash
Doug Kearns6099db92025-04-03 21:13:39 +02002# Issue #17026 (bash highlighting requires space after $())
3# https://github.com/vim/vim/issues/17026#issuecomment-2774112284
4
5_comp_compgen_split -l -- "$(
6 tmux list-commands -F "#{command_list_name}"
7 tmux list-commands -F "#{command_list_alias}"
8)"
9