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