diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 12:14:32 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 12:14:32 +0000 |
commit | 9310826027fcd5a2a4b868f3cc89b1a5995aa931 (patch) | |
tree | ac7d7ace846ed95bb628e81fcf018c970ad386e0 /ChangeLog | |
parent | bde4cfde51526bb8910c1dfbce8b6e4c4e1f5149 (diff) | |
download | zsh-9310826027fcd5a2a4b868f3cc89b1a5995aa931.tar.gz zsh-9310826027fcd5a2a4b868f3cc89b1a5995aa931.tar.xz zsh-9310826027fcd5a2a4b868f3cc89b1a5995aa931.zip |
make -A take a pattern as argument to match non-arguments; allow single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3503be782..221f14d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-06-13 Sven Wischnowsky <wischnow@zsh.org> + * ?????: Doc/Zsh/compsys.yo, Src/Zle/computil.c: make -A take a + pattern as argument to match non-arguments; allow single-letter + option strings to have multiple arguments; fix to allow option + completion with multiple sets + * ?????: Completion/Commands/_generic, Doc/Zsh/compsys.yo: new _generic widget to call completion with $WIDGET in function field of context |