diff src/version.c @ 24976:fd205e78e163 v8.2.3025

patch 8.2.3025: not enough tests for quickfix end_col and end_lnum Commit: https://github.com/vim/vim/commit/0d5e1ec37fbe75e18acba6f650c59bf91063108c Author: shane.xb.qian <shane.qian@foxmail.com> Date: Sun Jun 20 16:31:00 2021 +0200 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 https://github.com/vim/vim/issues/8409)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jun 2021 16:45:03 +0200
parents 2d4cef0a8faa
children 2818b8108d92
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3025,
+/**/
     3024,
 /**/
     3023,