forked from aniani/vim
patch 8.1.0897: can modify a:000 when using a reference
Problem: Can modify a:000 when using a reference. Solution: Make check for locked variable stricter. (Ozaki Kiichi, closes #3930)
This commit is contained in:
@@ -783,6 +783,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
897,
|
||||
/**/
|
||||
896,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user