about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-02-13 17:53:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-02-13 17:53:26 +0000
commit9199663fe0ff6d33780400ba17ad585cd0919026 (patch)
tree533811cd17500cc9318b48985781b440dec1f8ea /ChangeLog
parent459953f02973284288c933002fb5a9ef785b52ad (diff)
downloadzsh-9199663fe0ff6d33780400ba17ad585cd0919026.tar.gz
zsh-9199663fe0ff6d33780400ba17ad585cd0919026.tar.xz
zsh-9199663fe0ff6d33780400ba17ad585cd0919026.zip
28750 plus extra comments:
case of completeinword file handling where we are completing
after the first component of a path instead of a middle component
of a path
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f01074d31..0dc4c2652 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 28750 with some extra comments:
+	Completion/Unix/Type/_path_files: separate out completeinword
+	handling where the current component is not the last but is
+	the first from the already handled case where there is a further
+	component in front.
+
 2011-02-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 28671: Src/Zle/zle_utils.c: better cursor positioning
@@ -14195,5 +14203,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5196 $
+* $Revision: 1.5197 $
 *****************************************************