diff src/version.c @ 27853:dd203ec9a0e1 v8.2.4452

patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Commit: https://github.com/vim/vim/commit/2dada73a4ebffe2582af472ce362abd3116b58c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 10:52:41 2022 +0000 patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Problem: Test for what 8.2.4436 fixes does not check for regression. Solution: Set several options. (Ken Takata, closes https://github.com/vim/vim/issues/9830)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 12:00:04 +0100
parents 86e8c92c3f65
children 44a552776007
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4452,
+/**/
     4451,
 /**/
     4450,