Added missing NagView dialog commands to startup.

This commit is contained in:
jgmdev 2021-06-09 20:13:23 -04:00
parent 702ab2625c
commit 9153f5695d
1 changed files with 4 additions and 1 deletions

View File

@ -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