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