summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index aa9e6818..5e08d364 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -51,6 +51,7 @@ public:
{
None = 0,
IgnoreSemiColons = 1,
+ DeferredShellEval = 2,
};
void execute(const std::string& command_line, const Context& context);