forked from aniani/vim
patch 8.2.2693: Vim9: locked script variable can be changed
Problem: Vim9: locked script variable can be changed. Solution: Check legacy script variable for being locked. (issue #8031)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2693,
|
||||
/**/
|
||||
2692,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user