diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-11-08 09:20:42 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-11-08 09:20:42 +0000 |
commit | e0dc80e0e54df85329b1644001df80e908fd5b9c (patch) | |
tree | 2e6a623e3e31c6914f219b3dfebca4c97ad4dfdc /ChangeLog | |
parent | 551fbeeab90505f0d2cafcf8c853ebc0f9e0dc0c (diff) | |
download | zsh-e0dc80e0e54df85329b1644001df80e908fd5b9c.tar.gz zsh-e0dc80e0e54df85329b1644001df80e908fd5b9c.tar.xz zsh-e0dc80e0e54df85329b1644001df80e908fd5b9c.zip |
aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d4a3c9c1d..ba6e762f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-08 Sven Wischnowsky <wischnow@zsh.org> + + * 13128: Completion/Builtins/_zstyle, Completion/Core/_match, + Completion/Core/_path_files, Doc/Zsh/compsys.yo: aloow value + `pattern' for insert-unambiguous style to preserve patterns in the + original string; add list-suffixes style to make file completion + list path suffixes if possible; slightly improved completion of + pathnames with multiple pattern-components + 2000-11-06 Bart Schaefer <schaefer@zsh.org> * 13127: Completion/User/_rcs: Test of $compstate[nmatches] was a |