diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 08:35:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 08:35:33 +0000 |
commit | b5594215dd13afd833314e973358965f0cd7d60b (patch) | |
tree | b684a861fd98d37e861a1c3a6eb45cf73bf9add7 /ChangeLog | |
parent | 7a83e27a6e4e4dfb606160ef1a179563f977b5fd (diff) | |
download | zsh-b5594215dd13afd833314e973358965f0cd7d60b.tar.gz zsh-b5594215dd13afd833314e973358965f0cd7d60b.tar.xz zsh-b5594215dd13afd833314e973358965f0cd7d60b.zip |
make sure that completion messages are displayed even when there are no matches (11092)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7089f88d7..5abf8301b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-05-03 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 11092: Completion/Base/_arguments, Src/Zle/compcore.c: make sure + that completion messages are displayed even when there are no + matches + * 11091: Functions/Zftp/zfcd_match: fix for completion of directories for zftp suite |