diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-07-21 17:48:21 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-07-21 17:49:13 +0200 |
commit | 82119d8d1723667ddc77d760d2be448beef7c972 (patch) | |
tree | 1fca2a36c82e87a5b9cf5103309a263442827324 /ChangeLog | |
parent | f117edfabebda4c21622ff38ea9e55bf01b2f8ab (diff) | |
download | zsh-82119d8d1723667ddc77d760d2be448beef7c972.tar.gz zsh-82119d8d1723667ddc77d760d2be448beef7c972.tar.xz zsh-82119d8d1723667ddc77d760d2be448beef7c972.zip |
38904: fix return status in _normal and functions erroneously using it for default completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3af6b342b..e37cb392f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-07-21 Oliver Kiddle <opk@zsh.org> + * 38904: Completion/Base/Core/_normal, + Completion/Unix/Command/_iostat, Completion/Unix/Command/_top: + fix return status in _normal and functions erroneously using + it for default completion + * 38894: Marko Myllynen: Completion/Unix/Command/_libvirt: completion for virt-admin and libvirt client/server IDs/names |