about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2014-05-08 14:45:41 +0200
committerPeter Stephenson <pws@zsh.org>2014-05-08 14:24:31 +0100
commitf5fe52c49587cabdc7df18aeb83ca80f2a41ff97 (patch)
treeee9992e294bc0edd4c8a137dc6366c623d5c34e9 /ChangeLog
parent6a201af3416ae177a66486e9af500c25a117c91e (diff)
downloadzsh-f5fe52c49587cabdc7df18aeb83ca80f2a41ff97.tar.gz
zsh-f5fe52c49587cabdc7df18aeb83ca80f2a41ff97.tar.xz
zsh-f5fe52c49587cabdc7df18aeb83ca80f2a41ff97.zip
32600: in _arguments, "-" is not an option letter after another "-"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b040b205d..431c868c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-08  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* m0viefreak: 32600: Src/Zle/computil.c: fix problem with
+	_arguments thinking -- is a single letter option called '-',
+	which it isn't.
+
 2014-05-06  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 32597: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: