aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-10 16:07:28 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-10 16:07:28 +0000
commitc36eeb3dea092f22eb0bedc7e9fc251816831b70 (patch)
tree0e508bef1a246c22311a4b3d0e6a6844896aeb5e
parentadded a bunch more commands (diff)
downloadmutator-c36eeb3dea092f22eb0bedc7e9fc251816831b70.tar.gz
mutator-c36eeb3dea092f22eb0bedc7e9fc251816831b70.zip
more commands for auto-completion
-rw-r--r--bruiser/bruiser-extra.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h
index 554b170..f56a83c 100644
--- a/bruiser/bruiser-extra.h
+++ b/bruiser/bruiser-extra.h
@@ -92,8 +92,8 @@ std::vector<std::string> BRUISR_COMMANDS =
std::vector<std::string> LUA_FUNCS =
{
"help()",
- "quit",
- "exit",
+ "quit()",
+ "exit()",
"history()",
"version()",
"clear()",
@@ -106,6 +106,8 @@ std::vector<std::string> LUA_FUNCS =
"Unions()",
"Classes()",
"hijackmain()",
+ "make",
+ "historysize",
"_G",
"_VERSION",
"assert",