1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-13 22:31:13 +01:00
zsh/Completion/Zsh/Command/_precommand

9 lines
193 B
Text

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