summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-02 13:29:15 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-03 02:21:58 +0000
commitf84a5da8c211ca1ee4cc2c656cfae79a598562cb (patch)
tree20899389b7cb3c22f10f51f52e61d417d1c99e73 /ChangeLog
parent713eaa055d3914a06b71fe39581486c5b2bef60a (diff)
downloadzsh-f84a5da8c211ca1ee4cc2c656cfae79a598562cb.tar.gz
zsh-f84a5da8c211ca1ee4cc2c656cfae79a598562cb.tar.xz
zsh-f84a5da8c211ca1ee4cc2c656cfae79a598562cb.zip
38577: _signals: Don't complete SIGEXIT from _kill.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7572a06b7..ed3610df2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-06-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38577: Completion/Unix/Type/_signals: Don't complete SIGEXIT
+	from _kill.
+
 	* 38576: Completion/Unix/Command/_git: Also detect
 	_git-${thirdparty} functions in $fpath that are symlinks.