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

shift words
(( CURRENT-- ))

# We now want to go back to doing ordinary completion on the new word,
# so restore the default _compskip.
_compskip=''
_normal