We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821326 commit 01a7858Copy full SHA for 01a7858
scripting/lua_methods.cpp
@@ -7118,6 +7118,7 @@ static flags_pair alias_flags[] =
7118
{
7119
7120
{ "Enabled", 1 }, // same as for AddTrigger
7121
+ { "KeepEvaluating", 8 }, // same as for AddTrigger
7122
{ "IgnoreAliasCase", 32 }, // ignore case when matching
7123
{ "OmitFromLogFile", 64 }, // omit this alias from the log file
7124
{ "RegularExpression", 128 }, // alias is regular expressions
0 commit comments