autocmdr
autocmdr copied to clipboard
autocmd appears to be broken for case where no command exists
What should happen when the user passes in a command that doesn't exist? The old commander fired an "*" action. But the new commander fires "command:*". So autocmdr doesn't catch this anymore and simply does nothing, not even reporting an error or help.
PRs welcome.