mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fixup! vim-patch:8.2.3019: location list only has the start position.
This commit is contained in:
@@ -2026,7 +2026,9 @@ describe('LSP', function()
|
||||
local expected = { {
|
||||
bufnr = 2,
|
||||
col = 5,
|
||||
end_col = 0,
|
||||
lnum = 4,
|
||||
end_lnum = 0,
|
||||
module = "",
|
||||
nr = 0,
|
||||
pattern = "",
|
||||
@@ -2098,7 +2100,9 @@ describe('LSP', function()
|
||||
local expected = { {
|
||||
bufnr = 2,
|
||||
col = 5,
|
||||
end_col = 0,
|
||||
lnum = 4,
|
||||
end_lnum = 0,
|
||||
module = "",
|
||||
nr = 0,
|
||||
pattern = "",
|
||||
|
||||
Reference in New Issue
Block a user