Files
zsh/Completion/Zsh/Command/_precommand
2009-12-05 17:34:39 +00:00

10 lines
188 B
Plaintext

#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