about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Cook <illua@users.sourceforge.net>2016-01-26 23:20:36 -0500
committerEric Cook <illua@users.sourceforge.net>2016-01-26 23:20:36 -0500
commit25ca90e5abadd83f13e23a9866ec52c98d0b04a7 (patch)
treea670908a1a23800915deff9ff09a9dd7a40ec286 /ChangeLog
parent10c5f95f52e449242170b17cd053c3ff8447e64a (diff)
downloadzsh-25ca90e5abadd83f13e23a9866ec52c98d0b04a7.tar.gz
zsh-25ca90e5abadd83f13e23a9866ec52c98d0b04a7.tar.xz
zsh-25ca90e5abadd83f13e23a9866ec52c98d0b04a7.zip
37788: _subscript - fix completion of associative array keys
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a409a3109..5e6b148a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-26  Eric Cook  <llua@gmx.com>
+
+	* 37788: Completion/Zsh/Context/_subscript: fix completion of
+	associative array keys
+
 2016-01-26  Barton E. Schaefer  <schaefer@brasslantern.com>
 
 	* 37785: Src/params.c: skip autoload parameters for "typeset -p"