diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-16 11:15:24 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-16 11:15:24 +0000 |
commit | 0129f41d8002b403d6b335c27264df2cdee7369d (patch) | |
tree | 3f2d22b56fb6ce2dec01a56a4f8357f3eb59e74b /ChangeLog | |
parent | aa17f0db6d4dc751a636ca150f9b7942da3f6885 (diff) | |
download | zsh-0129f41d8002b403d6b335c27264df2cdee7369d.tar.gz zsh-0129f41d8002b403d6b335c27264df2cdee7369d.tar.xz zsh-0129f41d8002b403d6b335c27264df2cdee7369d.zip |
make _arguments take the attempt to add matches as an indication not to do default option-completion (11406)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 50950590d..f9c6b968c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2000-05-16 Sven Wischnowsky <wischnow@zsh.org> - * 11403(?): Completion/Core/_expand, Src/Zle/compcore.c, + * 11406: Completion/Base/_arguments: make _arguments take the + attempt to add matches as an indication not to do default + option-completion + + * 11403: Completion/Core/_expand, Src/Zle/compcore.c, Src/Zle/complist.c: fix scrolling in menu-selection with matches spanning multiple lines |