about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-04-07 20:24:43 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-04-07 20:24:43 -0700
commitb9113980642f37d780d646fcbf4ef90dca69ae3f (patch)
treea9f950dfeb33f03a66d978c2fe20dcd47c082263 /ChangeLog
parent70fb93b64ef68457f5ca2bb6b68cf2e59ec7287c (diff)
downloadzsh-b9113980642f37d780d646fcbf4ef90dca69ae3f.tar.gz
zsh-b9113980642f37d780d646fcbf4ef90dca69ae3f.tar.xz
zsh-b9113980642f37d780d646fcbf4ef90dca69ae3f.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aca23750..b6fb070ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-07  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 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  <schaefer@zsh.org>
 
 	* 38229: Src/Zle/zle_tricky.c: fix cursor placement calculation