mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
do not complete aliases in equals expansion any more (15590)
This commit is contained in:
parent
b0ac280e1a
commit
6cd11094d9
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-08-07 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* 15590: Completion/Zsh/Context/_equal: after 15586, we no
|
||||||
|
longer want to complete aliases in the equal context
|
||||||
|
|
||||||
2001-08-07 Sven Wischnowsky <wischnow@zsh.org>
|
2001-08-07 Sven Wischnowsky <wischnow@zsh.org>
|
||||||
|
|
||||||
* 15588: Completion/Base/Completer/_approximate,
|
* 15588: Completion/Base/Completer/_approximate,
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
#compdef -equal-
|
#compdef -equal-
|
||||||
|
|
||||||
local args
|
_wanted commands expl command compadd -k commands
|
||||||
|
|
||||||
args=( "$@" )
|
|
||||||
|
|
||||||
_alternative -O args \
|
|
||||||
'commands:command:compadd -k commands' \
|
|
||||||
'aliases:alias:compadd -k aliases'
|
|
||||||
|
|
Loading…
Reference in a new issue