commit | 1557b16dad2b1a3466a93d015575cd7fdb4661c9 | [log] [tgz] |
---|---|---|
author | Wei-Chung Wen <morisato3711@gmail.com> | Thu Jul 15 13:13:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 13:13:39 2021 +0200 |
tree | 958c6b32a7a66e5afb8949e3763dd5fa639ee208 | |
parent | 1a71d31bf34b0b2b08517903826004ec6fd440e5 [diff] [blame] |
patch 8.2.3163: location list window may open a wrong file Problem: Location list window may open a wrong file. Solution: Also update the qf_ptr field. (Wei-Chung Wen, closes #8565, closes #8566)
diff --git a/src/version.c b/src/version.c index 341faea..edf5306 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3163, +/**/ 3162, /**/ 3161,