diff src/version.c @ 18695:48ded92ce361 v8.1.2339

patch 8.1.2339: insufficient testing for quickfix Commit: https://github.com/vim/vim/commit/70077dd1ca63636afaf07acf22519981e3a8e4b7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 24 12:12:42 2019 +0100 patch 8.1.2339: insufficient testing for quickfix Problem: Insufficient testing for quickfix. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5261)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Nov 2019 12:15:03 +0100
parents d7c47e45bcc3
children c035b4fa4bc5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2339,
+/**/
     2338,
 /**/
     2337,