1
0
forked from aniani/vim

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".
This commit is contained in:
Bram Moolenaar
2021-12-24 18:11:27 +00:00
parent 5937c7505f
commit 6f98371532
3 changed files with 12 additions and 0 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3884,
/**/
3883,
/**/