It could be just my brain, but when I originally read about subcommands and saw :cmds in the dispatch table, it was not crystal clear to me that a string of commands invokes only one thing.
Are you OK with me making minor changes to the README to clarify? Maybe I'd define what a subcommand is. And mention that :cmds only results in the invocation of one thing.
It could be just my brain, but when I originally read about subcommands and saw
:cmdsin the dispatch table, it was not crystal clear to me that a string of commands invokes only one thing.Are you OK with me making minor changes to the README to clarify? Maybe I'd define what a subcommand is. And mention that
:cmdsonly results in the invocation of one thing.