summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-04-05 11:14:58 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-04-05 11:14:58 +0200
commit25da576c292b7ff84a34fa8aee70ff7c7d9e2ba1 (patch)
tree02f3ee707137e4b04526e6963a611a81add4c93b /ChangeLog
parent35734810d1b042ca1fb4508ae3813ef999ff1aa9 (diff)
downloadzsh-25da576c292b7ff84a34fa8aee70ff7c7d9e2ba1.tar.gz
zsh-25da576c292b7ff84a34fa8aee70ff7c7d9e2ba1.tar.xz
zsh-25da576c292b7ff84a34fa8aee70ff7c7d9e2ba1.zip
42575: fix to not complete options in the argument to another option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 038fb91a1..72e668c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-05  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* 42575: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to not
+	complete options in the argument to another option
+
 2018-04-05  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 42577: Completion/Unix/Command/_strings: fix macOS support