diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-12 09:12:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-12 09:12:15 +0000 |
commit | 5ac242f44924ab4f165326fba5f4d6bf8af29626 (patch) | |
tree | 96f76b7c669bf9f1acdb09a53a78f35d023e6258 /ChangeLog | |
parent | 5de80f85b458fbec49851a95f4d154e4f08fcbb0 (diff) | |
download | zsh-5ac242f44924ab4f165326fba5f4d6bf8af29626.tar.gz zsh-5ac242f44924ab4f165326fba5f4d6bf8af29626.tar.xz zsh-5ac242f44924ab4f165326fba5f4d6bf8af29626.zip |
comment out the code to allow $compstate[insert] to select the group (10690)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d7b95acea..da48708ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-12 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10690: Doc/Zsh/compwid.yo, Src/Zle/compcore.c, Src/Zle/compctl.c, + Src/Zle/compresult.c: comment out the code to allow + $compstate[insert] to select the group + * 10686: Src/Zle/compresult.c, Src/Zle/zle_tricky.c: display number of lines instead of number of matches when asking whether to show completion lists |