diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-13 11:03:59 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-13 11:03:59 +0000 |
commit | b46926af8d6ccba49018ff0ee6eab186f5e7d5f0 (patch) | |
tree | a08d188373248fd488cf9f6fb6e92ac5c1ad42a9 /ChangeLog | |
parent | 663ecf8e1237fcc32d2d1951f25e6c3c6ada08b1 (diff) | |
download | zsh-b46926af8d6ccba49018ff0ee6eab186f5e7d5f0.tar.gz zsh-b46926af8d6ccba49018ff0ee6eab186f5e7d5f0.tar.xz zsh-b46926af8d6ccba49018ff0ee6eab186f5e7d5f0.zip |
fix for _arguments with single-letter options: recognize option-strings with multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 22a29dc87..d0a119adb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-07-13 Sven Wischnowsky <wischnow@zsh.org> + * 12241: Completion/Core/_main_complete, Src/Zle/computil.c: fix + for _arguments with single-letter options: recognize + option-strings with multiple options; in _main_complete stop + trying completers when one called _message, don't display warnings + in such cases + * 12238: Src/Zle/zle_thingy.c: fix zle widget -n num with num>9 * 12237: Src/hist.c, Src/lex.c: slightly improved (z) flag for |