diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 10:48:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 10:48:21 +0000 |
commit | 083befef2bfe9a93dbf6a6acfe2faed7f743d6ed (patch) | |
tree | 4505f9d3a1411446c51f7144252966f4fe5667d4 /ChangeLog | |
parent | a295e82c1e3c6d10cd873d0fcd31ed45d77e4ca3 (diff) | |
download | zsh-083befef2bfe9a93dbf6a6acfe2faed7f743d6ed.tar.gz zsh-083befef2bfe9a93dbf6a6acfe2faed7f743d6ed.tar.xz zsh-083befef2bfe9a93dbf6a6acfe2faed7f743d6ed.zip |
new match spec characters bBeE, match only word/line not both (11977)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16ae04e78..6117cdf86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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, Completion/Core/_expand, Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c: allow _expand to expand braces; better detection of braces to |