diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:44:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:44:26 +0000 |
commit | 6626f6dc864341f46001f63761a5ed8510a75f90 (patch) | |
tree | ea893d2188e4499bd0138c3725edfc73d0f080d5 /ChangeLog | |
parent | 125dc0d4f2a3c1c4efe942e4d92c412583582f9d (diff) | |
download | zsh-6626f6dc864341f46001f63761a5ed8510a75f90.tar.gz zsh-6626f6dc864341f46001f63761a5ed8510a75f90.tar.xz zsh-6626f6dc864341f46001f63761a5ed8510a75f90.zip |
fix for _arguments without options and no more arguments to complete (11272)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 57197469b..d5b3faac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-09 Sven Wischnowsky <wischnow@zsh.org> + * 11272: Completion/Base/_arguments: fix for _arguments without + options and no more arguments to complete + * 11270: Doc/Zsh/compsys.yo, Src/Zle/computil.c: new -A and -S options to _arguments; `-opt=-' specs for options whose argument has to come after the `=' |