- May
- 13,717
- 206
I got this file name from another thread.
I have two problems. First, I can't type a partial name and have it completed reasonably.
turns into
turns into
Second, when the completion mechanism does do something reasonable, it doesn't double the '%' (shouldn't it?) making the result useless as a parameter to an internal or external command. For example
turns into
which looks OK but needs the '%' doubled before it can be used as a parameter.
Code:
v:\> dir /k /m (*
2019-03-06 12:33 26 ()%!^&;, .bat
I have two problems. First, I can't type a partial name and have it completed reasonably.
Code:
(<tab>
Code:
("()%!^&;, .bat"
Code:
"(<tab>
Code:
"("()%!^&;, .bat"
Second, when the completion mechanism does do something reasonable, it doesn't double the '%' (shouldn't it?) making the result useless as a parameter to an internal or external command. For example
Code:
"<tab>
Code:
"()%!^&;, .bat"