1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-10 21:30:56 +01:00
zsh/Completion/Zsh/Command/_precommand
2016-11-17 15:32:04 +00:00

9 lines
205 B
Text

#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata setsid
# precommands is made local in _main_complete
precommands+=($words[1])
shift words
(( CURRENT-- ))
_normal