diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-12 09:19:24 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-12 09:19:24 -0700 |
commit | d5ba3ed24579bb12df958c09224367e16e70bad2 (patch) | |
tree | cfc1855ecdee02a0f7fa35d5c583c57e32013eef /ChangeLog | |
parent | 3057036472ace1ac946132c8acbe281cf0048d7c (diff) | |
download | zsh-d5ba3ed24579bb12df958c09224367e16e70bad2.tar.gz zsh-d5ba3ed24579bb12df958c09224367e16e70bad2.tar.xz zsh-d5ba3ed24579bb12df958c09224367e16e70bad2.zip |
31818: fix completion for zsh in _sh, and document the _arguments behavior that made the fix necessary
To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c8c023853..4a88f25aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-10-12 Barton E. Schaefer <schaefer@zsh.org> + + * 31818: Completion/Unix/Command/_sh, Doc/Zsh/compsys.yo: to avoid + side effects, reposition the _arguments call in _sh for the zsh + special case. Document the side effects so avoided, and clean up + the _arguments documentation a bit along the way. + 2013-10-11 Mikael Magnusson <mikachu@gmail.com> * 31805: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c, |