Merge #41106 from altermo/selection-refactor-fix

This commit is contained in:
Justin M. Keyes
2026-08-02 05:33:17 -04:00
committed by GitHub
4 changed files with 46 additions and 44 deletions

View File

@@ -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,
},