about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_precommand
blob: f57e668c6059cc1e4591a4040d77c60a22ffd365 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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