1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-27 18:21:10 +02:00

do not complete aliases in equals expansion any more (15590)

This commit is contained in:
Oliver Kiddle 2001-08-07 11:28:12 +00:00
parent b0ac280e1a
commit 6cd11094d9
2 changed files with 6 additions and 7 deletions

View file

@ -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>
* 15588: Completion/Base/Completer/_approximate,

View file

@ -1,9 +1,3 @@
#compdef -equal-
local args
args=( "$@" )
_alternative -O args \
'commands:command:compadd -k commands' \
'aliases:alias:compadd -k aliases'
_wanted commands expl command compadd -k commands