CLI2: Context no longer applies to any helper command.
This commit is contained in:
@@ -572,8 +572,9 @@ void CLI2::addContextFilter ()
|
||||
|
||||
// The 'undo' command does not apply context.
|
||||
auto cmd = getCommand ();
|
||||
if (cmd == "undo" ||
|
||||
cmd == "export")
|
||||
if (cmd == "undo" ||
|
||||
cmd == "export" ||
|
||||
cmd[0] == '_')
|
||||
return;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user