Merge pull request #267 from jgmdev/nagview-fix

Added missing NagView dialog commands to startup.
This commit is contained in:
Jefferson González 2021-06-12 23:14:17 -04:00 committed by GitHub
commit 9823da8531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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