diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-24 07:50:24 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-24 07:50:24 +0000 |
commit | ead3cee30d59283b315e9b16b136ed5dd1198340 (patch) | |
tree | ab747c37770c25256130c598cefcc061883c2fca /ChangeLog | |
parent | 865f3961b7a84613a2537eabb77dc98378840167 (diff) | |
download | zsh-ead3cee30d59283b315e9b16b136ed5dd1198340.tar.gz zsh-ead3cee30d59283b315e9b16b136ed5dd1198340.tar.xz zsh-ead3cee30d59283b315e9b16b136ed5dd1198340.zip |
avoid printing file type characters in completion lists for matches ending in a slash (13071)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 103ced64b..2384b6893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-10-24 Sven Wischnowsky <wischnow@zsh.org> + + * 13071: Src/Zle/complist.c, Src/Zle/compresult.c: avoid printing + file type characters in completion lists for matches ending in a + slash + 2000-10-23 Sven Wischnowsky <wischnow@zsh.org> * 13037: Completion/Core/_path_files, Doc/Zsh/compsys.yo: change |