diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 09:00:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 09:00:15 +0000 |
commit | ae4ba457c408837cb0d26211acb389ba7d9c563c (patch) | |
tree | 34416434a26ee4de3b81e8ebe0f5bdbd017107d2 /ChangeLog | |
parent | 7bb0338a78ceebaa8d9a4713ed4a1088411a317b (diff) | |
download | zsh-ae4ba457c408837cb0d26211acb389ba7d9c563c.tar.gz zsh-ae4ba457c408837cb0d26211acb389ba7d9c563c.tar.xz zsh-ae4ba457c408837cb0d26211acb389ba7d9c563c.zip |
temporarily remove global aliases to avoid error message inside the evals (12942)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8c193b3a1..6eb800b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-10-10 Sven Wischnowsky <wischnow@zsh.org> + * 12942: Completion/Core/_expand: temporarily remove global + aliases to avoid error message inside the evals + * 12941: Src/Zle/compmatch.c: follow-up to 12930, make it first try exact character matches, but enable it to go back to try match specs if it fails after accepting such character matches |