diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 15:27:27 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 16:50:51 +0200 |
commit | c7c15410b56fc13fa0bb26e5ffc8c0614a90580b (patch) | |
tree | 4a316948b6694672f732d2bf66ae66987bd43eaf /Completion/Unix/Command | |
parent | ca53f8a7ca796f321ecfd631f9809aa69ca53cc5 (diff) | |
download | zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.gz zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.xz zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.zip |
36057: _tmux: Replay all arguments when dispatching to new _tmux()
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_tmux | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |