diff src/version.c @ 26711:5860bd619d30 v8.2.3884

patch 8.2.3884: crash when clearing the argument list while using it Commit: https://github.com/vim/vim/commit/6f98371532fcff911b462d51bc64f2ce8a6ae682 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 18:11:27 2021 +0000 patch 8.2.3884: crash when clearing the argument list while using it Problem: Crash when clearing the argument list while using it. Solution: Lock the argument list for ":all".
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 19:15:03 +0100
parents 0c5daf5e5514
children 3f8189feffb7
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 */
 /**/
+    3884,
+/**/
     3883,
 /**/
     3882,