mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-15 20:51:27 +01:00
Jörg Sommer: 26582
This commit is contained in:
parent
4c038a8f19
commit
6d52e0ae1a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Jörg Sommer: 26582: Completion/Unix/Command/_date: --rfc-3339
|
||||
option.
|
||||
|
||||
2009-02-18 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 26580: Mikael: Doc/Zsh/func.yo: typo.
|
||||
|
|
@ -11200,5 +11205,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4571 $
|
||||
* $Revision: 1.4572 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ if _pick_variant gnu="Free Software Foundation" unix --version; then
|
|||
'-r[reference]:file:_files'
|
||||
'-R[rfc-2822]'
|
||||
'-s[set]:time string'
|
||||
'--rfc-3339=-[output date and time in RFC 3339 format]:output type:(date seconds ns)'
|
||||
--
|
||||
'*=FILE*:file:_files'
|
||||
'*=DATEFILE*:date file:_files'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue