mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: fix syntax error in _mencal introduced by recent cleanup.
This commit is contained in:
parent
bd3ea046ee
commit
20866bf154
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2005-08-02 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken
|
* 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken
|
||||||
|
|
|
@ -14,7 +14,7 @@ _arguments -C \
|
||||||
'(-)'{-V,--version}'[print version information]' \
|
'(-)'{-V,--version}'[print version information]' \
|
||||||
\*{-c,--config}'[config]:options:->option' && ret=0
|
\*{-c,--config}'[config]:options:->option' && ret=0
|
||||||
|
|
||||||
if [[ $state = option ]]; do
|
if [[ $state = option ]]; then
|
||||||
_values -s , 'config option' \
|
_values -s , 'config option' \
|
||||||
'(s start)'{s,start}'[start day]:day' \
|
'(s start)'{s,start}'[start day]:day' \
|
||||||
'(l length)'{l,length}'[period length]:length' \
|
'(l length)'{l,length}'[period length]:length' \
|
||||||
|
|
Loading…
Reference in a new issue