By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I don't understand? ... ignores what input? In my example, no input was ignored, FOO was set, and had fewer than 3 characters. Do you have an example in which the user could use :MIN to any advantage?The min option does not display an error message (or beep); it simply ignores the input. This is WAD (implied but not explicitly stated in the help).
v:\> set foo
TCC: Not in environment "foo*"
v:\> input /L3:3 %%foo
ab
v:\> echo **%foo**
**ab**
v:\> input /L3:3 %%foo
ab
v:\> input /L3:3 %%foo
abc