summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-10-24 09:54:55 +0100
committerPeter Stephenson <pws@zsh.org>2014-10-24 09:54:55 +0100
commit11c3bc3d73c69d60ab88c1fd404fb37a35ee9f01 (patch)
tree7b59b2f902947fea7d3da70150a087628ce605e1 /ChangeLog
parent242b419fbc35b7807207e899e8275e0089d48121 (diff)
downloadzsh-11c3bc3d73c69d60ab88c1fd404fb37a35ee9f01.tar.gz
zsh-11c3bc3d73c69d60ab88c1fd404fb37a35ee9f01.tar.xz
zsh-11c3bc3d73c69d60ab88c1fd404fb37a35ee9f01.zip
33480, slightly tweaked: fix for $' completion.
Improves case where completing after the $' but before any
closing quote, or if the closing quote is absent.
No other change --- we still don't attempt to exand the quotes if
we're inside them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7deab9a57..db8dce098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-24  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 33480 slightly tweaked: Src/Zle/zle_tricky.c: fix completion
+	after $' but before closing quote (if any).
+
 2014-10-24  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 33485: Completion/Unix/Command/_su: fix a missing ;; case