mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-22 16:54:01 -04:00
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite
|
|
|
|
# precommands is made local in _main_complete
|
|
precommands+=($words[1])
|
|
|
|
shift words
|
|
(( CURRENT-- ))
|
|
|
|
_normal
|