summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-29 17:08:56 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-29 17:08:56 +0000
commit32daf2a0aa3c72e8b43cf28e880f1aeffde937da (patch)
treeba76935c5e45f70291a84d447d63c20018295e26 /ChangeLog
parent3a83e481ab6d9a250978ba0103c96f167407733a (diff)
downloadzsh-32daf2a0aa3c72e8b43cf28e880f1aeffde937da.tar.gz
zsh-32daf2a0aa3c72e8b43cf28e880f1aeffde937da.tar.xz
zsh-32daf2a0aa3c72e8b43cf28e880f1aeffde937da.zip
40026: Fix for completion after redirection.
This could get confused about where we were in the command
line word array e.g. after the > of "!> .".  Also take more care
if does confused, with debug output. Also neaten up one
obscure test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 655516d04..a016ce0e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-11-29  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40026: Src/Zle/zle_tricky.c: More care with redirection
+	completion.  Fixes for completion after > in "!> ." that
+	should add to sanity.
+
 2016-11-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* unposted: Completion/Zsh/Context/_subscript: Complete the