diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-05-21 14:44:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-05-21 14:44:48 +0000 |
commit | 25b7d227bcfe4e816d43a0965d42f002e31bb5f6 (patch) | |
tree | ea28754baf4a1d20b7cd68f57f5e384f5527f4b0 /ChangeLog | |
parent | f6a219657fb694bda7c5b6a2a9c5fb088c0e532f (diff) | |
download | zsh-25b7d227bcfe4e816d43a0965d42f002e31bb5f6.tar.gz zsh-25b7d227bcfe4e816d43a0965d42f002e31bb5f6.tar.xz zsh-25b7d227bcfe4e816d43a0965d42f002e31bb5f6.zip |
unposted: quote $@ in calls to _arguments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d7a5e6ab8..d8a05e88b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-21 Clint Adams <clint@zsh.org> + + * unposted: Completion/Unix/Type/_diff_options: quote $@ + in calls to _arguments. + 2001-05-21 Oliver Kiddle <opk@zsh.org> * 14409: Completion/Zsh/Command/_set: make use of _arguments in _set |