mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 01:31:18 +02:00
unposted: duplicate local statement was printing variable value
This commit is contained in:
parent
7c31413278
commit
39717411ae
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2014-02-24 Oliver Kiddle <opk@zsh.org>
|
2014-02-24 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Completion/X/Command/_x_utils: duplicate local
|
||||||
|
statement was printing variable value
|
||||||
|
|
||||||
* users/18498: Completion/Base/Completer/_expand_alias: observe
|
* users/18498: Completion/Base/Completer/_expand_alias: observe
|
||||||
add-space style in _expand_alias so suffix can be disabled
|
add-space style in _expand_alias so suffix can be disabled
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ xev)
|
||||||
'-rv'
|
'-rv'
|
||||||
;;
|
;;
|
||||||
xhost)
|
xhost)
|
||||||
local expl type ret=1 tmp match
|
local type tmp match
|
||||||
|
|
||||||
if compset -P '-'; then
|
if compset -P '-'; then
|
||||||
tmp=(${(f)"$(xhost)"})
|
tmp=(${(f)"$(xhost)"})
|
||||||
|
|
Loading…
Reference in a new issue