bindings: allow for binding multiple chains to one key
This commit is contained in:
@@ -826,7 +826,8 @@ void ExecuteCommand::run()
|
||||
if (cmd)
|
||||
{
|
||||
Statusbar::msg(1, "Executing %s...", cmd_name.c_str());
|
||||
cmd->binding().execute();
|
||||
bool res = cmd->binding().execute();
|
||||
Statusbar::msg("Execution %s.", res ? "successful" : "unsuccessful");
|
||||
}
|
||||
else
|
||||
Statusbar::msg("No command named \"%s\"", cmd_name.c_str());
|
||||
|
||||
Reference in New Issue
Block a user