mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(lsp): avoid ^M character in hover window on Windows (#19640)
This commit is contained in:
@@ -106,6 +106,7 @@ end
|
||||
|
||||
---@private
|
||||
local function split_lines(value)
|
||||
value = string.gsub(value, '\r\n?', '\n')
|
||||
return split(value, '\n', true)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user