about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-01-04 14:50:56 +0100
committerOliver Kiddle <opk@zsh.org>2017-01-04 14:50:56 +0100
commit8be732cbcc248abfa82ee1b4d0031f684e79aa8b (patch)
tree3b48189e1d637fbce77bc2471e6d31b804620228 /ChangeLog
parenta69b19d215798c7cfd89a307abd959fb970dd679 (diff)
downloadzsh-8be732cbcc248abfa82ee1b4d0031f684e79aa8b.tar.gz
zsh-8be732cbcc248abfa82ee1b4d0031f684e79aa8b.tar.xz
zsh-8be732cbcc248abfa82ee1b4d0031f684e79aa8b.zip
40227: handle _arguments sets and rest arguments starting with a dash
This is a new approach to the problem first covered by 39611: checking
to see if an option-like argument belongs to one of the other sets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f6023fdc..dee6ad7dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-01-04  Oliver Kiddle  <opk@zsh.org>
 
+	* 40227: Src/Zle/computil.c, Test/Y03arguments.ztst: new approach
+	to 39611 (_arguments sets and rest arguments starting with a dash)
+
 	* 40226: Src/Zle/computil.c, Test/Y03arguments.ztst:
 	tidy up some of the _arguments set code