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 | |
| parent | 36058: _tmux: No need to unset local variables (diff) | |
| download | zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.gz zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.bz2 zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.lz zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.xz zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.tar.zst zsh-c7c15410b56fc13fa0bb26e5ffc8c0614a90580b.zip | |
36057: _tmux: Replay all arguments when dispatching to new _tmux()
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Completion/Unix/Command/_tmux | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -17,6 +17,9 @@ * 36058: Completion/Unix/Command/_tmux: _tmux: No need to unset local variables + * 36057: Completion/Unix/Command/_tmux: _tmux: Replay all + arguments when dispatching to new _tmux() + 2015-08-10 Peter Stephenson <p.stephenson@samsung.com> * 36045: Test/A05execution.ztst: make effect of failures 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 "$@" |
