diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-30 11:09:49 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-30 11:09:49 +0000 |
commit | 6757c3c734759b8b51fa99b6b60bcd2dbdc9522d (patch) | |
tree | 4e435beb032e9410a60829f5fa66096c8ae298dd /ChangeLog | |
parent | cd5e39ef5066d8b11d5c5c5dd0023efdd94631f1 (diff) | |
download | zsh-6757c3c734759b8b51fa99b6b60bcd2dbdc9522d.tar.gz zsh-6757c3c734759b8b51fa99b6b60bcd2dbdc9522d.tar.xz zsh-6757c3c734759b8b51fa99b6b60bcd2dbdc9522d.zip |
fixelt for the test for the suffix style; if word contains only a tilde, don't try to expand it (14160)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cbdd5bb3d..fc92100e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-30 Sven Wischnowsky <wischnow@zsh.org> + + * 14160: Completion/Base/Completer/_expand: fixelt for the test + for the suffix style; if word contains only a tilde, don't try + to expand it + 2001-04-30 Andrej Borsenkow <bor@zsh.org> * Bart: 14144 (modified): Src/Modules/stat.c |