mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +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 @@
|
||||||