mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
fix(lsp): opts.wrap
always true
This commit is contained in:
@@ -373,7 +373,7 @@ function M.select(opts)
|
||||
end
|
||||
|
||||
local count = opts.count or vim.v.count1
|
||||
local wrap = opts.wrap or true
|
||||
local wrap = opts.wrap ~= false
|
||||
|
||||
local current = completor.current
|
||||
if not current then
|
||||
|
Reference in New Issue
Block a user