about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-08-09 18:40:54 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-08-09 18:40:54 +0100
commit249999cfb485914fe6f8630b1f4079e1227a5097 (patch)
treee5ed7a10759dfdabacea798e909de27cf05e07dd /ChangeLog
parent1122d83a6e508ddec5c6a9a04918a3646c667463 (diff)
downloadzsh-249999cfb485914fe6f8630b1f4079e1227a5097.tar.gz
zsh-249999cfb485914fe6f8630b1f4079e1227a5097.tar.xz
zsh-249999cfb485914fe6f8630b1f4079e1227a5097.zip
36025: Fix completion aftoer "foo=bar; setopt ".
Done by catching a case that doesn't seem to be handled otherwise,
so there's some hope it doesn't screw up too much.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6cd577ed..8248e9b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 36025:Src/Zle/zle_tricky.c: Catch another case of context in
+	get_comp_string():  after "foo=bar; setopt " we didn't recognise
+	"setopt" as the command.  Attempt to do this without actually
+	understanding what the command context code is attempting to do
+	after a command separator.
+
 2015-08-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 36008: Src/builtin.c: trap: Fix listing of traps created