diff src/version.c @ 27541:8af6e7761b0c v8.2.4297

patch 8.2.4297: Vim9: not all code covered by tests Commit: https://github.com/vim/vim/commit/21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 4 21:58:58 2022 +0000 patch 8.2.4297: Vim9: not all code covered by tests Problem: Vim9: not all code covered by tests. Solution: Add a couple more tests.
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Feb 2022 23:00:05 +0100
parents ce4c2f4ce1f9
children 8e8fb566dfa5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4297,
+/**/
     4296,
 /**/
     4295,