1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

Revert the change made in 11647.

This commit is contained in:
Bart Schaefer 2000-06-01 15:15:29 +00:00
parent 4608712264
commit b8e929748a

@ -129,7 +129,8 @@
comptesteval 'compdef _tst tst; _tst () { _arguments "-x" ":arg:" }'
comptest $'tst -\t'
0:_arguments
>line: {tst -x }{}
>line: {tst -}{}
>MESSAGE:{arg}
comptesteval 'compdef _tst tst; _tst () { _arguments "-x:arg:" }'
comptest $'tst -x\t'