mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
36058: _tmux: No need to unset local variables
This commit is contained in:
parent
ab234991b7
commit
ca53f8a7ca
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
|||
* 36050: Completion/Unix/Command/_tmux: _tmux: Don't unset, set
|
||||
empty in local scope
|
||||
|
||||
* 36058: Completion/Unix/Command/_tmux: _tmux: No need to unset
|
||||
local variables
|
||||
|
||||
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 36045: Test/A05execution.ztst: make effect of failures
|
||||
|
|
|
@ -1675,6 +1675,5 @@ for f in ${(M)${(k)functions}:#_tmux-*} ; do
|
|||
_tmux_commands+=( "${f#_tmux-}${desc:+:$desc}" )
|
||||
[[ -n ${rev[${f#_tmux-}]} ]] && _tmux_aliases+=( "${rev[${f#_tmux-}]}${desc:+:$desc}" )
|
||||
done
|
||||
unset desc f rev tmux_describe
|
||||
|
||||
_tmux
|
||||
|
|
Loading…
Reference in a new issue