diff src/version.c @ 26755:ddaea8dcaff5 v8.2.3906

patch 8.2.3906: Vim9 help still contains "under development" warnings Commit: https://github.com/vim/vim/commit/1f318c6eac3d894a3fb9c68c53512cdd75e8f6b4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 26 18:09:31 2021 +0000 patch 8.2.3906: Vim9 help still contains "under development" warnings Problem: Vim9 help still contains "under development" warnings. Solution: Remove the explicit warning.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Dec 2021 19:15:03 +0100
parents c271b07a56f6
children 3a2b222107a6
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 */
 /**/
+    3906,
+/**/
     3905,
 /**/
     3904,