mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
9 lines
188 B
Text
9 lines
188 B
Text
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite
|
|
|
|
# precommands is made local in _main_complete
|
|
precommands+=($words[1])
|
|
|
|
shift words
|
|
(( CURRENT-- ))
|
|
|
|
_normal
|