diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 15:27:26 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 16:50:51 +0200 |
commit | ca53f8a7ca796f321ecfd631f9809aa69ca53cc5 (patch) | |
tree | 6233b2399a92a6f6d1ae9fae47e6a9fdbee8cca9 /Completion/Unix/Command/_tmux | |
parent | ab234991b7fadbf04bae3158c714c3105439e644 (diff) | |
download | zsh-ca53f8a7ca796f321ecfd631f9809aa69ca53cc5.tar.gz zsh-ca53f8a7ca796f321ecfd631f9809aa69ca53cc5.tar.xz zsh-ca53f8a7ca796f321ecfd631f9809aa69ca53cc5.zip |
36058: _tmux: No need to unset local variables
Diffstat (limited to 'Completion/Unix/Command/_tmux')
-rw-r--r-- | Completion/Unix/Command/_tmux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 91d74b8e4..a59ffde1c 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -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 |