1
0
forked from aniani/vim

patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled script

Problem:    Vim9: cannot use :lockvar and :unlockvar in compiled script.
Solution:   Implement locking support.
This commit is contained in:
Bram Moolenaar
2021-03-28 20:38:34 +02:00
parent f6bdd82c7e
commit b2cb6c8bbd
4 changed files with 97 additions and 10 deletions

View File

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