1
0
forked from aniani/vim

patch 8.2.2692: Vim9: locked script variable can be changed

Problem:    Vim9: locked script variable can be changed.
Solution:   Check for locked value. (closes #8031)
This commit is contained in:
Bram Moolenaar
2021-04-02 14:35:15 +02:00
parent 3fa5e64e0e
commit f5906aa780
3 changed files with 20 additions and 0 deletions

View File

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