diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-26 07:02:47 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-26 07:02:47 +0000 |
commit | 105009726b3276a16ad39930aba046032597a039 (patch) | |
tree | 31d967dbb37843a45029fd02049955b577446dfb /ChangeLog | |
parent | d76a39d01b03684bc45c09743b4fe591375ca7f2 (diff) | |
download | zsh-105009726b3276a16ad39930aba046032597a039.tar.gz zsh-105009726b3276a16ad39930aba046032597a039.tar.xz zsh-105009726b3276a16ad39930aba046032597a039.zip |
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 (14092)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
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. |