about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-10-07 22:35:59 +0200
committerOliver Kiddle <opk@zsh.org>2017-10-07 22:35:59 +0200
commit12902206b755e05b0b998b521c5998da1f5838cc (patch)
tree0c299077d73968dfaf266968941c6e6717e2ac8d /ChangeLog
parent69fcc22dc84e8411870ba8f2a4c876e223ad2a08 (diff)
downloadzsh-12902206b755e05b0b998b521c5998da1f5838cc.tar.gz
zsh-12902206b755e05b0b998b521c5998da1f5838cc.tar.xz
zsh-12902206b755e05b0b998b521c5998da1f5838cc.zip
41824: fix to not complete rest args from an _arguments set alongside the argument to and option in a separate set
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168886d5d..916087cb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-10-07  Oliver Kiddle  <opk@zsh.org>
 
+	* 41824: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to
+	not complete rest args from an _arguments set alongside
+	the argument to and option in a separate set
+
 	* 41823: Completion/Unix/Command/_expand,
 	Completion/Unix/Command/_mv, Completion/Unix/Command/_numfmt,
 	Completion/Unix/Command/_seq, Completion/Unix/Command/_split,