diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-08 08:39:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-08 08:39:50 +0000 |
commit | 0526e9b5c7212706efdc0c0ff18485f1561c7cf7 (patch) | |
tree | 3ba28932c55499b0e120a0bd87a693eda62b8752 /ChangeLog | |
parent | 2e1c0ec48370313e483d6952cbc839658c1890df (diff) | |
download | zsh-0526e9b5c7212706efdc0c0ff18485f1561c7cf7.tar.gz zsh-0526e9b5c7212706efdc0c0ff18485f1561c7cf7.tar.xz zsh-0526e9b5c7212706efdc0c0ff18485f1561c7cf7.zip |
trying to improve _expand; new keep-prefix style, add-space gives more control (11815)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad76f67ee..050655dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-08 Sven Wischnowsky <wischnow@zsh.org> + * 11815: Completion/Core/_expand, Doc/Zsh/compsys.yo: trying to + improve _expand; new keep-prefix style, add-space gives more control + * 11814: Src/Zle/zle_tricky.c: make C-code expansion add a space only when more than one word was generated |