diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 13:09:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 13:09:06 +0000 |
commit | c071087d1f9850d2c6e9c690797d833c6cb6268f (patch) | |
tree | c1e4af6d82b642ecaa074b7c6497836f74a91ddf /ChangeLog | |
parent | 030130366618816fdf35ac4d18d85fe8d959dd98 (diff) | |
download | zsh-c071087d1f9850d2c6e9c690797d833c6cb6268f.tar.gz zsh-c071087d1f9850d2c6e9c690797d833c6cb6268f.tar.xz zsh-c071087d1f9850d2c6e9c690797d833c6cb6268f.zip |
_arguments: small fix for -s and new `!...' for things not to complete (but to understand) (11985)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 89611286c..67cbab36f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-06-19 Sven Wischnowsky <wischnow@zsh.org> + * 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo, Src/Zle/computil.c: + _arguments: small fix for -s and new `!...' for things not to + complete (but to understand) + * 11982: Test/comptest: update comptest to not set ZLS_COLORS directly |