diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-26 06:54:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-26 06:54:26 +0000 |
commit | ddb16a1b2b2426f14daa54e6ee759bea64f3cb55 (patch) | |
tree | 9565d21ca50cbe033a3400774d0e9a5903820ebc /ChangeLog | |
parent | 9ecbacab6b041c12f2dd3eb1f78ba69ccbff100d (diff) | |
download | zsh-ddb16a1b2b2426f14daa54e6ee759bea64f3cb55.tar.gz zsh-ddb16a1b2b2426f14daa54e6ee759bea64f3cb55.tar.xz zsh-ddb16a1b2b2426f14daa54e6ee759bea64f3cb55.zip |
allow to anchor on gaps between strings in matching control specs (10926)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6ff62d907..e86e5a4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-26 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10926: Completion/X/_x_color, Doc/Zsh/compwid.yo, Src/Zle/complete.c, + Src/Zle/compmatch.c: allow to anchor on gaps between strings in + matching control specs + * 10925: Src/Zle/compmatch.c: faster test for `*'-patterns in matching control; prefer direct character matches over match specs in recursive invocations of match_str() |