diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-05-17 22:55:33 +0200 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-05-17 22:55:33 +0200 |
commit | afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926 (patch) | |
tree | e88f34459c906fc317389a1e5bb14d0b41afbf73 /ChangeLog | |
parent | 1d2f684c9b96cbf9d9e79b8f453c8e52f5c2198e (diff) | |
download | zsh-afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926.tar.gz zsh-afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926.tar.xz zsh-afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926.zip |
42784: complete -s and -x options to the functions builtin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d6f10e6b8..0d5a95d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-05-17 Oliver Kiddle <okiddle@yahoo.co.uk> + + * 42784: Completion/Zsh/Command/_typeset: complete -s and -x + options to the functions builtin + 2018-05-17 Peter Stephenson <p.stephenson@samsung.com> * 42793: Src/jobs.c, Src/zsh.h: Always define FDT_PROC_SUBST to |