Merge branch 'master' into dev

This commit is contained in:
jgmdev 2021-06-12 23:15:04 -04:00
commit 155fa4e55a
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