diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-13 08:05:57 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-13 08:05:57 +0000 |
commit | a8400e82b14cf69b4952d34e7d30bbe454c63fcc (patch) | |
tree | 3c4716cd121100780e4ecd99178878b2651b589e /ChangeLog | |
parent | 3715a5bbcfa0270067a781bb1d776871c4994de5 (diff) | |
download | zsh-a8400e82b14cf69b4952d34e7d30bbe454c63fcc.tar.gz zsh-a8400e82b14cf69b4952d34e7d30bbe454c63fcc.tar.xz zsh-a8400e82b14cf69b4952d34e7d30bbe454c63fcc.zip |
display number of matches again when asking if a completion list should be shown (only when not zero) (10724)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6e117d221..37d21335e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-04-13 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 10724: Src/Zle/compresult.c, Src/Zle/zle_tricky.c: display + number of matches again when asking if a completion list should be + shown (only when not zero) + 2000-04-12 Bart Schaefer <schaefer@brasslantern.com> * 10706: Andrej: Completion/User/_man: Fix quoting in awk args. |