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:
parent
75530dc965
commit
ab234991b7
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue