1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-02 08:21:09 +01:00

36050: _tmux: Don't unset, set empty in local scope

This commit is contained in:
Frank Terbeck 2015-08-10 15:27:25 +02:00
parent 75530dc965
commit ab234991b7
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@
* 36063: Completion/Unix/Command/_tmux: _tmux: Remove dead code
* 36050: Completion/Unix/Command/_tmux: _tmux: Don't unset, set
empty in local scope
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
* 36045: Test/A05execution.ztst: make effect of failures

View file

@ -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]'