Below in command mode (gvim)
:.,G!sort
leads to
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 looked at this for a while, can someone throw me a bone or suggest a way to do this without resorting to visual mode?
source
share