about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 15:27:25 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 16:50:50 +0200
commitab234991b7fadbf04bae3158c714c3105439e644 (patch)
tree4a5879e0d6c690bdde3e0286c53763e5ccdc40b7 /Completion
parent75530dc965c25b1469b74cbd55224b09602e4120 (diff)
downloadzsh-ab234991b7fadbf04bae3158c714c3105439e644.tar.gz
zsh-ab234991b7fadbf04bae3158c714c3105439e644.tar.xz
zsh-ab234991b7fadbf04bae3158c714c3105439e644.zip
36050: _tmux: Don't unset, set empty in local scope
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux2
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]'