From 6c31098ad2350510fd6aa7d3179a6e58e1df5bdd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 25 Jul 2015 01:01:24 -0400 Subject: [PATCH] CLI2: Context no longer applies to any helper command. --- src/CLI2.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index a160bb418..d4683b6fc 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -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; /*