diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 15:27:25 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 16:50:50 +0200 |
commit | ab234991b7fadbf04bae3158c714c3105439e644 (patch) | |
tree | 4a5879e0d6c690bdde3e0286c53763e5ccdc40b7 /Completion/Unix/Command | |
parent | 75530dc965c25b1469b74cbd55224b09602e4120 (diff) | |
download | zsh-ab234991b7fadbf04bae3158c714c3105439e644.tar.gz zsh-ab234991b7fadbf04bae3158c714c3105439e644.tar.xz zsh-ab234991b7fadbf04bae3158c714c3105439e644.zip |
36050: _tmux: Don't unset, set empty in local scope
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 a6e5e4a59..91d74b8e4 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -1606,7 +1606,7 @@ function _tmux() { local mode state ret=1 local -a args local -x tmuxcommand - unset tmux_describe + local tmux_describe= args=( '-2[force using 256 colours]' |