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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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