diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 09:55:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 09:55:31 +0000 |
commit | a295e82c1e3c6d10cd873d0fcd31ed45d77e4ca3 (patch) | |
tree | eb354def4bb31fa8dc1fd6a2b8a178d1f1936f7c /ChangeLog | |
parent | 2769b198812abf82cc3b074852714959213f266a (diff) | |
download | zsh-a295e82c1e3c6d10cd873d0fcd31ed45d77e4ca3.tar.gz zsh-a295e82c1e3c6d10cd873d0fcd31ed45d77e4ca3.tar.xz zsh-a295e82c1e3c6d10cd873d0fcd31ed45d77e4ca3.zip |
allow _expand to expand braces; better detection of braces to complete in C (11973)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18c8fe9c2..16ae04e78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-06-19 Sven Wischnowsky <wischnow@zsh.org> + + * 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 + complete inC + 2000-06-19 Peter Stephenson <pws@cambridgesiliconradio.com> * unpost: additions to Completion/Commands/.distfiles and |