aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-cmds.c')
-rw-r--r--vis-cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-cmds.c b/vis-cmds.c
index 60e5f91..879eadd 100644
--- a/vis-cmds.c
+++ b/vis-cmds.c
@@ -741,6 +741,7 @@ static bool cmd_help(Vis *vis, Win *win, Command *cmd, const char *argv[], Curso
} configs[] = {
{ "Lua support: ", CONFIG_LUA },
{ "Lua LPeg statically built-in: ", CONFIG_LPEG },
+ { "TRE based regex support: ", CONFIG_TRE },
{ "POSIX ACL support: ", CONFIG_ACL },
{ "SELinux support: ", CONFIG_SELINUX },
};