CLI2: Context no longer applies to any helper command.

This commit is contained in:
Paul Beckingham 2015-07-25 01:01:24 -04:00
parent 3df84516d2
commit 6c31098ad2

View file

@ -572,8 +572,9 @@ void CLI2::addContextFilter ()
// The 'undo' command does not apply context. // The 'undo' command does not apply context.
auto cmd = getCommand (); auto cmd = getCommand ();
if (cmd == "undo" || if (cmd == "undo" ||
cmd == "export") cmd == "export" ||
cmd[0] == '_')
return; return;
/* /*