about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_precommand
blob: 12f45ca315ffe9ce33d6246afc4758758cad3508 (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss

# precommands is made local in _main_complete
precommands+=($words[1])

shift words
(( CURRENT-- ))

_normal