about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-07 23:06:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-07 23:06:42 +0000
commitdb717e3025b54d363d0f25908485370b10c9ec6a (patch)
tree99a3cf4e48f6f865e65767e1db43e51885acd50b /ChangeLog
parent318119bda7976a2b7ccb946cd460ab27bbb6efc3 (diff)
downloadzsh-db717e3025b54d363d0f25908485370b10c9ec6a.tar.gz
zsh-db717e3025b54d363d0f25908485370b10c9ec6a.tar.xz
zsh-db717e3025b54d363d0f25908485370b10c9ec6a.zip
users/12699: don't complete normal arguments where we're completing the
required argument to an option in the word following the option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11611ea0a..10a7b8092 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* users/12699: Src/Zle/computil.c: don't complete normal
+	arguments where we're completing the required argument
+	to an option in the word following the option.
+
 2008-03-07  Peter Stephenson  <pws@csr.com>
 
 	* Richard Hartmann: 24631: Completion/Unix/Command/_gpg: update.