Fix #409
This commit is contained in:
@@ -100,7 +100,7 @@ custom_entries_view.open = function(self, offset, entries)
|
||||
self.column_width = { abbr = 0, kind = 0, menu = 0 }
|
||||
|
||||
-- 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 dedup = {}
|
||||
|
||||
Reference in New Issue
Block a user