commit | 0d5e1ec37fbe75e18acba6f650c59bf91063108c | [log] [tgz] |
---|---|---|
author | shane.xb.qian <shane.qian@foxmail.com> | Sun Jun 20 16:31:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 16:31:00 2021 +0200 |
tree | 727c7223a713b4ff08a139ebf55b2668932e221e | |
parent | 2fb1b89d721682585228f9a6ee7da4b6d3c6634d [diff] [blame] |
patch 8.2.3025: not enough tests for quickfix end_col and end_lnum Problem: Not enough tests for quickfix end_col and end_lnum. Solution: Add a few more test cases. (Shane-XB-Qian, closes #8409)
diff --git a/src/version.c b/src/version.c index ff8e466..961238b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3025, +/**/ 3024, /**/ 3023,