diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-27 09:12:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-27 09:12:33 +0000 |
commit | 6f2112f23a4838fd1c52efd16c844142f5407394 (patch) | |
tree | 5b09e20b8a7acb079393480fe739e8b7add03942 /ChangeLog | |
parent | a509b259f889404b3c821a19243ebde19d582aaf (diff) | |
download | zsh-6f2112f23a4838fd1c52efd16c844142f5407394.tar.gz zsh-6f2112f23a4838fd1c52efd16c844142f5407394.tar.xz zsh-6f2112f23a4838fd1c52efd16c844142f5407394.zip |
try to improve testing for suffix style in _expand; make _path_files fail to complete words like ...<pat>..<param-subst>... (14133)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5fc82d5fe..89f75dbe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-04-27 Sven Wischnowsky <wischnow@zsh.org> + + * 14133: Completion/Base/Completer/_expand, + Completion/Unix/Type/_path_files, Doc/Zsh/compsys.yo: try to + improve testing for suffix style in _expand; make _path_files + fail to complete words like ...<pat>..<param-subst>... + 2001-04-26 Bart Schaefer <schaefer@zsh.org> * 14129: Completion/Base/Completer/_approximate: Use a trap to |