The following in command mode (gvim)
:.,G!sort
results in
E464: Ambiguous use of user defined-command
:help E464
Ambiguous use of user-defined command There are two user-defined commands with a common name prefix, and you used Command-line completion to execute one of them. |user-cmd-ambiguous| Example: > :command MyCommand1 echo "one" :command MyCommand2 echo "two" :MyCommand Not an editor command
I have stared at this for a little while can someone throw a bone my way or offer a way to do this without resorting to visual mode?