Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 05/18] _tmux: Don't unset, set empty in local scope
---
Completion/Unix/Command/_tmux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index a6e5e4a..91d74b8 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]'
--
2.1.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author