mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
new match spec characters bBeE, match only word/line not both (11977)
This commit is contained in:
parent
a295e82c1e
commit
083befef2b
9 changed files with 70 additions and 19 deletions
|
@ -1,5 +1,11 @@
|
||||||
2000-06-19 Sven Wischnowsky <wischnow@zsh.org>
|
2000-06-19 Sven Wischnowsky <wischnow@zsh.org>
|
||||||
|
|
||||||
|
* 11977: Completion/Core/_options, Completion/Core/_set_options,
|
||||||
|
Completion/Core/_unset_options, Doc/Zsh/compwid.yo,
|
||||||
|
Src/Zle/comp.h, Src/Zle/complete.c, Src/Zle/compmatch.c,
|
||||||
|
Test/54compmatch.ztst: new match spec characters bBeE, match only
|
||||||
|
word/line not both
|
||||||
|
|
||||||
* 11973: Completion/Builtins/_zstyle, Completion/Core/_description,
|
* 11973: Completion/Builtins/_zstyle, Completion/Core/_description,
|
||||||
Completion/Core/_expand, Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c:
|
Completion/Core/_expand, Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c:
|
||||||
allow _expand to expand braces; better detection of braces to
|
allow _expand to expand braces; better detection of braces to
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||