From b9113980642f37d780d646fcbf4ef90dca69ae3f Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Thu, 7 Apr 2016 20:24:43 -0700 Subject: 38248: fix word position calculation when completing on or just before a redirection operator The completion result is still in need of some repair; e.g., if the first thing on the line is the redirection, completion before it is not taken to be in command position, and in this and other cases a necessary space is not inserted between the completed word and the redirection. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7aca23750..b6fb070ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-04-07 Barton E. Schaefer + + * 38248: Src/Zle/zle_tricky.c: fix word position calculation + when completing on or just before a redirection operator; the + completion result is still in need of some repair + 2016-04-03 Barton E. Schaefer * 38229: Src/Zle/zle_tricky.c: fix cursor placement calculation -- cgit 1.4.1