By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!That's really odd! And simply eliminating the quote before "qb" causes it> If I type
>
> echo %@full["qb<Tab>
>
> it completes to
>
> echoargs.bat %@full["qb
>
> with the cursor after "echoargs.bat".
>
> If I type
>
> echo %@full["qb
>
> it completes to
>
> echoargs.bat %@full["qb
>
> with the cursor after "echoargs.bat".
>
> I'm not questioning whether it should complete "qbat.bat" (which is
> present).
>
> But it shouldn't do completion on "echo", a whole word away, should it?