fix(#2972): error on :colorscheme (#2973)

This commit is contained in:
Alexander Courtis
2024-10-27 10:18:21 +11:00
committed by GitHub
parent f3efc25e56
commit 6e5a204ca6

View File

@@ -98,7 +98,7 @@ function Explorer:create_autocmds()
callback = function()
appearance.setup()
view.reset_winhl()
self:draw()
self.renderer:draw()
end,
})