]> granicus.if.org Git - vim/commit
patch 8.2.3019: location list only has the start position. v8.2.3019
authorthinca <thinca@gmail.com>
Sat, 19 Jun 2021 18:45:20 +0000 (20:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Jun 2021 18:45:20 +0000 (20:45 +0200)
commit6864efa59636ccede2af24e3f5f92d78d210d77b
tree0d17b8f331e5db8e69554a8cd60e0e3acee0c888
parentad52f96a2d3169cb1b915c1d4a6ba26ba6e5bd0a
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)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/dumps/Test_quickfix_cwindow_1.dump
src/testdir/dumps/Test_quickfix_cwindow_2.dump
src/testdir/test_quickfix.vim
src/testdir/test_tagjump.vim
src/testdir/test_vim9_expr.vim
src/version.c