This commit is contained in:
hrsh7th
2021-10-25 11:19:04 +09:00
parent 1e7355a5fb
commit 5f5e8442f1

View File

@@ -100,7 +100,7 @@ custom_entries_view.open = function(self, offset, entries)
self.column_width = { abbr = 0, kind = 0, menu = 0 } self.column_width = { abbr = 0, kind = 0, menu = 0 }
-- Apply window options (that might be changed) on the custom completion menu. -- Apply window options (that might be changed) on the custom completion menu.
self.entries_win:option('winblend', vim.opt.pumblend:get()) self.entries_win:option('winblend', vim.o.pumblend)
local lines = {} local lines = {}
local dedup = {} local dedup = {}