Fix #296
Fix #293
Fix #291
This commit is contained in:
hrsh7th
2021-10-10 11:54:30 +09:00
parent 68f7eeb3f0
commit 2ebdccf61a
3 changed files with 17 additions and 6 deletions

View File

@@ -89,6 +89,8 @@ custom_entries_view.redraw = function()
end
custom_entries_view.open = function(self, offset, entries)
self.entries_win:ensure()
self.offset = offset
self.entries = {}
self.column_bytes = { abbr = 0, kind = 0, menu = 0 }