commit | 6864efa59636ccede2af24e3f5f92d78d210d77b | [log] [tgz] |
---|---|---|
author | thinca <thinca@gmail.com> | Sat Jun 19 20:45:20 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 19 20:45:20 2021 +0200 |
tree | 0d17b8f331e5db8e69554a8cd60e0e3acee0c888 | |
parent | ad52f96a2d3169cb1b915c1d4a6ba26ba6e5bd0a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 347074a..adde02e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3019, +/**/ 3018, /**/ 3017,