diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 11:55:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-13 11:55:06 +0000 |
commit | bde4cfde51526bb8910c1dfbce8b6e4c4e1f5149 (patch) | |
tree | 0875c7bda2fc868f48da66104d403e5d5e9514a0 /ChangeLog | |
parent | a707108a7544b9c2e5bd99cf51a4c5ba08558ade (diff) | |
download | zsh-bde4cfde51526bb8910c1dfbce8b6e4c4e1f5149.tar.gz zsh-bde4cfde51526bb8910c1dfbce8b6e4c4e1f5149.tar.xz zsh-bde4cfde51526bb8910c1dfbce8b6e4c4e1f5149.zip |
new _generic widget to call completion with $WIDGET in function field of context (?)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 13a6fcc51..3503be782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-06-13 Sven Wischnowsky <wischnow@zsh.org> + * ?????: Completion/Commands/_generic, Doc/Zsh/compsys.yo: new + _generic widget to call completion with $WIDGET in function field + of context + + * ?????: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: allow + insert-tab style to contain `pending[=num]' to handle the case + when there is pending input + * ?????: Completion/Core/_expand, Doc/Zsh/compsys.yo: new style `suffix', use accept-exact style in _expand |