about summary refs log tree commit diff
path: root/Completion/Zsh/Command
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-11-26 16:36:21 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-11-26 16:36:21 +0900
commit53e6b12bdfdc6b835192458bbb98b81b77599e75 (patch)
tree2c4fd897a1199737190a97181931daa53b4da7ad /Completion/Zsh/Command
parent5dc7b35ff6edbecad8ee077de44d880eb7907a6f (diff)
downloadzsh-53e6b12bdfdc6b835192458bbb98b81b77599e75.tar.gz
zsh-53e6b12bdfdc6b835192458bbb98b81b77599e75.tar.xz
zsh-53e6b12bdfdc6b835192458bbb98b81b77599e75.zip
40013: process zsh-specific time format extensions correctly
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r--Completion/Zsh/Command/_strftime2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_strftime b/Completion/Zsh/Command/_strftime
index 0be7b078d..24ff7dc3e 100644
--- a/Completion/Zsh/Command/_strftime
+++ b/Completion/Zsh/Command/_strftime
@@ -6,7 +6,7 @@ _arguments -S -A '-*' -s \
   '-q[run quietly]' \
   '-r[reverse lookup using strptime]' \
   '-s+[assign result to parameter]:param:_parameters' \
-  '1:format: _date_formats' \
+  '1:format: _date_formats zsh' \
   '2:epoch time (or date string with -r)' && ret=0
 
 return ret