1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00

unposted: fix syntax error in _mencal introduced by recent cleanup.

This commit is contained in:
Clint Adams 2005-08-08 01:45:16 +00:00
parent bd3ea046ee
commit 20866bf154
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-07 Clint Adams <clint@zsh.org>
unposted: Completion/Unix/Command/_mencal: fix syntax error
introduced by recent cleanup.
2005-08-02 Peter Stephenson <pws@csr.com>
* 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken

View file

@ -14,7 +14,7 @@ _arguments -C \
'(-)'{-V,--version}'[print version information]' \
\*{-c,--config}'[config]:options:->option' && ret=0
if [[ $state = option ]]; do
if [[ $state = option ]]; then
_values -s , 'config option' \
'(s start)'{s,start}'[start day]:day' \
'(l length)'{l,length}'[period length]:length' \