diff src/version.c @ 26512:a753cca75c69 v8.2.3786

patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Commit: https://github.com/vim/vim/commit/4f16e9de985c5178e9cf15d69facfec6f15a5e09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 11 18:46:29 2021 +0000 patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Problem: Test fails because of using Vim9 syntax in legacy function. Solution: Add "call".
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Dec 2021 20:00:04 +0100
parents 3772e454a7fb
children 9596c652420b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3786,
+/**/
     3785,
 /**/
     3784,