fixup! vim-patch:8.2.3019: location list only has the start position.

This commit is contained in:
Jan Edmund Lazo
2021-07-31 16:49:25 -04:00
parent e4fedf5156
commit 5cead86975
2 changed files with 9 additions and 5 deletions

View File

@@ -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 = "",