about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a152eb34..590907a13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-26  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14092: Completion/Base/Completer/_expand: make keep-prefix
+	keep everything up to the first component with a parameter
+	expansion, not only if that is at the beginning of the string
+
 2001-04-25  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 14089: Src/Zle/computil.c: fix a sizeof() to strlen(). ahem.