diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-29 07:10:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-29 07:10:31 +0000 |
commit | d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7 (patch) | |
tree | d88abd9923b0a40f196f46c22452e63437238216 /ChangeLog | |
parent | 4e2e7f292faccc162e4c87e7fc2852dc7faceea0 (diff) | |
download | zsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.tar.gz zsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.tar.xz zsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.zip |
change suffix style to still do expansion if the suffix contains something to expand (12115)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 126e81a3a..3eaf88a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-06-29 Sven Wischnowsky <wischnow@zsh.org> + * 12115: Completion/Core/_expand, Doc/Zsh/compsys.yo: change + suffix style to still do expansion if the suffix contains + something to expand + * 12114: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) |