mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-10 21:30:56 +01:00
9 lines
205 B
Text
9 lines
205 B
Text
#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
|