diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-07 23:06:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-07 23:06:42 +0000 |
commit | db717e3025b54d363d0f25908485370b10c9ec6a (patch) | |
tree | 99a3cf4e48f6f865e65767e1db43e51885acd50b /ChangeLog | |
parent | 318119bda7976a2b7ccb946cd460ab27bbb6efc3 (diff) | |
download | zsh-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-- | ChangeLog | 6 |
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. |