diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-26 12:13:36 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-26 12:13:36 +0000 |
commit | aa99b19c088324b17c0c5e1caee4fc3b5777deab (patch) | |
tree | 6489214ac325f9b473c254fb8f8c545b3255855d /ChangeLog | |
parent | 105009726b3276a16ad39930aba046032597a039 (diff) | |
download | zsh-aa99b19c088324b17c0c5e1caee4fc3b5777deab.tar.gz zsh-aa99b19c088324b17c0c5e1caee4fc3b5777deab.tar.xz zsh-aa99b19c088324b17c0c5e1caee4fc3b5777deab.zip |
rename -W option to -w, add new -W option which makes _arguments complete options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 590907a13..bbb19d4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2001-04-26 Sven Wischnowsky <wischnow@zsh.org> + * 14105: Completion/Base/Utility/_arguments, + Completion/Base/Utility/_guard, + Completion/X/Utility/_x_arguments, + Completion/X/Utility/_xt_arguments, Doc/Zsh/compsys.yo, + Src/Zle/computil.c: rename -W option to -w, add new -W option + which makes _arguments complete options even after options that + get their argument in the same word; new _guard function for + conditionally displaying messages + * 14092: Completion/Base/Completer/_expand: make keep-prefix keep everything up to the first component with a parameter expansion, not only if that is at the beginning of the string |