diff src/version.c @ 26713:3f8189feffb7 v8.2.3885

patch 8.2.3885: arglist test fails Commit: https://github.com/vim/vim/commit/679140c56bbabf12a199d94f584b1b9dfc9809fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 18:58:46 2021 +0000 patch 8.2.3885: arglist test fails Problem: Arglist test fails. Solution: Adjust for locking the arglist for ":all".
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 20:00:03 +0100
parents 5860bd619d30
children af919f98c7e1
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 */
 /**/
+    3885,
+/**/
     3884,
 /**/
     3883,