From c7c15410b56fc13fa0bb26e5ffc8c0614a90580b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 10 Aug 2015 15:27:27 +0200 Subject: 36057: _tmux: Replay all arguments when dispatching to new _tmux() --- Completion/Unix/Command/_tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index a59ffde1c..2eaf0cd0d 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -1676,4 +1676,4 @@ for f in ${(M)${(k)functions}:#_tmux-*} ; do [[ -n ${rev[${f#_tmux-}]} ]] && _tmux_aliases+=( "${rev[${f#_tmux-}]}${desc:+:$desc}" ) done -_tmux +_tmux "$@" -- cgit 1.4.1