mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
Merge #41106 from altermo/selection-refactor-fix
This commit is contained in:
@@ -48,7 +48,7 @@ describe('vim.lsp.selection_range', function()
|
||||
parent = {
|
||||
range = {
|
||||
start = { line = 0, character = 0 },
|
||||
['end'] = { line = 5, character = 5 },
|
||||
['end'] = { line = 4, character = 5 },
|
||||
},
|
||||
parent = nil,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user