Added missing NagView dialog commands to startup.
This commit is contained in:
parent
702ab2625c
commit
9153f5695d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue