1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: duplicate local statement was printing variable value

This commit is contained in:
Oliver Kiddle 2014-02-25 09:14:21 +01:00
parent 7c31413278
commit 39717411ae
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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
add-space style in _expand_alias so suffix can be disabled

View file

@ -69,7 +69,7 @@ xev)
'-rv'
;;
xhost)
local expl type ret=1 tmp match
local type tmp match
if compset -P '-'; then
tmp=(${(f)"$(xhost)"})