From 32daf2a0aa3c72e8b43cf28e880f1aeffde937da Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 29 Nov 2016 17:08:56 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 655516d04..a016ce0e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-11-29 Peter Stephenson + + * 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 * unposted: Completion/Zsh/Context/_subscript: Complete the -- cgit 1.4.1