diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-11-05 00:30:42 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-11-05 00:31:01 +0100 |
commit | 5c28031ea6f0095aa80afa56c3264c6cc5f36fbb (patch) | |
tree | 46849487bb2aee2ba62e98d08e7019d3c13ceda4 /ChangeLog | |
parent | 4b41e33cbcf8027b53ecae4467dc9232becb0420 (diff) | |
download | zsh-5c28031ea6f0095aa80afa56c3264c6cc5f36fbb.tar.gz zsh-5c28031ea6f0095aa80afa56c3264c6cc5f36fbb.tar.xz zsh-5c28031ea6f0095aa80afa56c3264c6cc5f36fbb.zip |
39834: when print used with -v and -l, include a final newline
Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ebcc3725..9f8e5a0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2016-11-04 Oliver Kiddle <opk@zsh.org> + * 39834: Src/builtin.c, Completion/Zsh/Command/_print, + Completion/Zsh/Command/_fc, Completion/Zsh/Type/_ps1234: + when print used with -v and -l, include a final + newline; complete print -S option and make further use + of the new printf to an array feature + * 39389: Src/builtin.c, Test/B03print.ztst, Doc/Zsh/builtins.yo, Completion/Zsh/Type/_globquals, Completion/Zsh/Command/_print: when printf -v is used with an array use separate elements each |