From f183ed66c85f26670c5e148e952a6cb3f9a73cfd Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 26 Jul 2017 14:55:03 +0000 Subject: 41467: Correct completion of 'tmux new '. Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. --- Completion/Unix/Command/_tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_tmux') diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 0917da604..5f5bea922 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -526,7 +526,7 @@ _tmux-new-session() { '-t+[specify target session]:session:__tmux-sessions' \ '-x[specify width]:width' \ '-y[specify height]:height' \ - '*:: :_cmdstring' + '*:: :_cmdambivalent' } _tmux-new-window() { -- cgit 1.4.1