diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-02 08:56:28 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-02 08:56:28 +0000 |
commit | d67ca6872eecae17f2a342c28b6dcb6fe2f3d6fc (patch) | |
tree | f63f366692c288cccc1d5c3f6dc5065fd642e2d6 /ChangeLog | |
parent | 753cc6b22adb659e9c6bdcf854d99bfe4b731d26 (diff) | |
download | zsh-d67ca6872eecae17f2a342c28b6dcb6fe2f3d6fc.tar.gz zsh-d67ca6872eecae17f2a342c28b6dcb6fe2f3d6fc.tar.xz zsh-d67ca6872eecae17f2a342c28b6dcb6fe2f3d6fc.zip |
fix for _arguments, use on-line-argument-numbers only for normal arguments, not for arguments of options (11052)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fccd6844e..cb104713d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-05-02 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 11052: Src/Zle/computil.c: fix for _arguments, use + on-line-argument-numbers only for normal arguments, not for + arguments of options + * 11049: Completion/Base/_arguments, Completion/Base/_first, Completion/Builtins/_hash, Completion/Core/_expand, Completion/User/_gprof, Completion/User/_mount, |