diff src/version.c @ 26660:2b17f87b7bd1 v8.2.3859

patch 8.2.3859: Vim9: some code lines not tested Commit: https://github.com/vim/vim/commit/a99fb23842f055c511bfe1b62de7bbd14d5a99c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 12:25:03 2021 +0000 patch 8.2.3859: Vim9: some code lines not tested Problem: Vim9: some code lines not tested. Solution: Add a few specific tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 13:30:03 +0100
parents ed73553992bf
children 4b23672d1f0e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3859,
+/**/
     3858,
 /**/
     3857,