about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-10-13 10:03:13 +0200
committerOliver Kiddle <opk@zsh.org>2016-10-13 10:03:13 +0200
commit7b3ec54ebe05e9f5d415f95ed9c5c3f39a1e60a2 (patch)
tree87a0b6b0c5cea229855198c5a5cad647b67114a1 /ChangeLog
parentc40226022a4fa8990c83ac1f3300c84295da353b (diff)
downloadzsh-7b3ec54ebe05e9f5d415f95ed9c5c3f39a1e60a2.tar.gz
zsh-7b3ec54ebe05e9f5d415f95ed9c5c3f39a1e60a2.tar.xz
zsh-7b3ec54ebe05e9f5d415f95ed9c5c3f39a1e60a2.zip
39611: with _arguments sets completion stopped if one of the rest arguments starts with a dash
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1afd5e654..95f2529c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-13  Oliver Kiddle  <opk@zsh.org>
 
+	* 39611: Src/Zle/computil.c: with _arguments sets completion
+	stopped if one of the rest arguments starts with a dash
+
 	* 39533: Matthew Martin: Completion/Unix/Command/_doas:
 	add the new -L option, sort options and add some exclusions