summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2009-11-21 06:50:56 +0000
committerBart Schaefer <barts@users.sourceforge.net>2009-11-21 06:50:56 +0000
commit6bc88e679a24fb92c2bf57cacf4c3f113f51c12e (patch)
tree9fe4c25e65b1d0800c06a91f5610c85124d2984c
parentf1a8b0ca384983f183142d520fc497ae5bc36767 (diff)
downloadzsh-6bc88e679a24fb92c2bf57cacf4c3f113f51c12e.tar.gz
zsh-6bc88e679a24fb92c2bf57cacf4c3f113f51c12e.zip
27415: Src/Zle/computil.c: fix comparguments "*::..." descriptions.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f652753a4..873bd2a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,12 @@
* Greg: 27416: Completion/Unix/Command/_subversion: repository
path enhancement.
+2009-11-17 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 27415: Src/Zle/computil.c: comparguments "*::..." descriptions
+ could step on sequentially earlier descriptions when completing
+ for a word other than the last word on the command line.
+
2009-11-17 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_perforce: improve
@@ -12367,5 +12373,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4818 $
+* $Revision: 1.4819 $
*****************************************************