diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-08-28 15:10:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-08-28 15:10:27 +0000 |
commit | 5b80d50ad3b88b74ff84ae760d80d7a965ea5670 (patch) | |
tree | 44f5adcd12f93a693594df0ca18560375602bc80 /ChangeLog | |
parent | c326bf0d30b4e0a062d661b29ef8c1e2962078a8 (diff) | |
download | zsh-5b80d50ad3b88b74ff84ae760d80d7a965ea5670.tar.gz zsh-5b80d50ad3b88b74ff84ae760d80d7a965ea5670.tar.xz zsh-5b80d50ad3b88b74ff84ae760d80d7a965ea5670.zip |
27233: improved _values handling of optional arguments
mount -o loop= argument is optional
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 442bbe4cb..4f6d98856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-28 Peter Stephenson <pws@csr.com> + + * 27233: Completion/Base/Utility/_values, + Completion/Unix/Command/_mount: improve _values handling of + optional arguments so that list separate removes the argument + separator; use this to make "mount -o loop" complete better. + 2009-08-21 Peter Stephenson <pws@csr.com> * 27228: Functions/Newuser/zsh-newuser-install: add a clear @@ -12099,5 +12106,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4764 $ +* $Revision: 1.4765 $ ***************************************************** |