about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-08-07 15:27:07 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-08-07 15:27:07 +0000
commitd8b124272387ac306b75ac304d34543fab907326 (patch)
tree952b16143144b410c476f20dab6e80993899cab3 /ChangeLog
parent0172512966f4cc518b58dac5743c31e881927f38 (diff)
downloadzsh-d8b124272387ac306b75ac304d34543fab907326.tar.gz
zsh-d8b124272387ac306b75ac304d34543fab907326.tar.xz
zsh-d8b124272387ac306b75ac304d34543fab907326.zip
20236: fix problem with keep-prefix style where a modifier removes the prefix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0b8be10d..ffefb642b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-08-07  Oliver Kiddle  <opk@zsh.org>
 
+	* 20236: Completion/Base/Completer/_expand: fix problem with
+	keep-prefix style where a modifier changes or removes the prefix
+
 	* 20235: Completion/Unix/Command/_rsync: synched remote file
 	completion with that in _ssh. quoting needed quoting.