diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-13 09:23:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-13 09:23:34 +0000 |
commit | 90b07817db10a67cc58d5bcad20ab6fc191146de (patch) | |
tree | af72046db0d909b3366707282686ab7037e6cb5e /ChangeLog | |
parent | 275f3c95d44e69abc858fc8fb4836f699c239574 (diff) | |
download | zsh-90b07817db10a67cc58d5bcad20ab6fc191146de.tar.gz zsh-90b07817db10a67cc58d5bcad20ab6fc191146de.tar.xz zsh-90b07817db10a67cc58d5bcad20ab6fc191146de.zip |
wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6e85487e1..094569922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-13 Sven Wischnowsky <wischnow@zsh.org> + + * 13459: Completion/Core/_path_files: wehn using glob_complete, + don't treat everything starting with a tilde as a pattern + 2001-02-12 Bart Schaefer <schaefer@zsh.org> * 13457: Completion/Core/compinit: Add `glob' to $_comp_options. |