diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:21 +0000 |
commit | b9f6bdf162ccdd6b6c644c63a42f993d271ccdce (patch) | |
tree | 347e5604968962abbf9732f854c229b9995a7ab5 /ChangeLog | |
parent | bd4490b966dd4c06bd1088d432418ff764552ce2 (diff) | |
download | zsh-b9f6bdf162ccdd6b6c644c63a42f993d271ccdce.tar.gz zsh-b9f6bdf162ccdd6b6c644c63a42f993d271ccdce.tar.xz zsh-b9f6bdf162ccdd6b6c644c63a42f993d271ccdce.zip |
add fake-parameters style to allow completing parameters which are not yet set (12946)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16844bafe..01f4d59b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-10-10 Sven Wischnowsky <wischnow@zsh.org> + * 12946: Completion/Base/_math, Completion/Base/_subscript, + Completion/Builtins/_vars, Completion/Builtins/_zstyle, + Completion/Core/_parameters, Doc/Zsh/compsys.yo: add + fake-parameters style to allow completing parameters which are not + yet set + * 12942,12945: Completion/Core/_expand: temporarily remove global aliases to avoid error message inside the evals |