diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-29 08:59:48 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-29 08:59:48 +0000 |
commit | 32f8d43b61e357d38a3bf4f6a5bf63b2aa547945 (patch) | |
tree | 8a66e8905c8de8160f725aafc3df4e60993c510f /ChangeLog | |
parent | 2249e5c319219a2a4d99b8439d4be511642cd9ec (diff) | |
download | zsh-32f8d43b61e357d38a3bf4f6a5bf63b2aa547945.tar.gz zsh-32f8d43b61e357d38a3bf4f6a5bf63b2aa547945.tar.xz zsh-32f8d43b61e357d38a3bf4f6a5bf63b2aa547945.zip |
fix comparison of expansions with expanded prefix (missing quoting) (13833)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 244f0bc8f..2e478b7d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-03-29 Sven Wischnowsky <wischnow@zsh.org> + * 13833: Completion/Core/_expand: fix comparison of expansions + with expanded prefix (missing quoting) + * 13830: Completion/Core/_multi_parts: next try to get rid of empty strings being added as possible completion by _multi_parts |