about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-06-07 20:24:18 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-06-07 20:24:18 -0700
commit5e4db660b24b617fcb848785e17328dedcfcf920 (patch)
tree718d59e319a1e91c390ffa28348947c7ad94d46f /ChangeLog
parent0516736eae23f5dd3839e3a5abe250d48c4d7d3c (diff)
downloadzsh-5e4db660b24b617fcb848785e17328dedcfcf920.tar.gz
zsh-5e4db660b24b617fcb848785e17328dedcfcf920.tar.xz
zsh-5e4db660b24b617fcb848785e17328dedcfcf920.zip
38632: remove trailing space on #compdef line for compinit parsing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13f6b28f6..e68060e1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
 
 2016-06-07  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 38632: Completion/Linux/Command/_pkgtool: remove trailing space
+	on #compdef line for compinit parsing
+
 	* 38630: Src/builtin.c: fix infinite loop of "hash ="
 
 2016-06-06  Daniel Shahaf  <d.s@daniel.shahaf.name>