mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01: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…
Add table
Add a link
Reference in a new issue