mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-06 11:21:22 +02:00
Revert the change made in 11647.
This commit is contained in:
parent
4608712264
commit
b8e929748a
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue