mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.3019: location list only has the start position.
Problem: Location list only has the start position. Solution: Make it possible to add an end position. (Shane-XB-Qian, closes #8393)
This commit is contained in:
@@ -2943,7 +2943,9 @@ def Test_expr7_method_call()
|
||||
loclist->setloclist(0)
|
||||
assert_equal([{bufnr: bufnr,
|
||||
lnum: 42,
|
||||
end_lnum: 0,
|
||||
col: 17,
|
||||
end_col: 0,
|
||||
text: 'wrong',
|
||||
pattern: '',
|
||||
valid: 1,
|
||||
|
Reference in New Issue
Block a user