From 9153f5695df5ed0d667fe941d3e173bf8692b384 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Wed, 9 Jun 2021 20:13:23 -0400 Subject: [PATCH] Added missing NagView dialog commands to startup. --- data/core/command.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/core/command.lua b/data/core/command.lua index 95743061..7915e16d 100644 --- a/data/core/command.lua +++ b/data/core/command.lua @@ -59,7 +59,10 @@ end function command.add_defaults() - local reg = { "core", "root", "command", "doc", "findreplace", "files", "drawwhitespace" } + local reg = { + "core", "root", "command", "doc", "findreplace", + "files", "drawwhitespace", "dialog" + } for _, name in ipairs(reg) do require("core.commands." .. name) end