1
0
forked from aniani/vim

patch 8.2.1471: :const only locks the variable, not the value

Problem:    :const only locks the variable, not the value.
Solution:   Lock the value as ":lockvar 1 var" would do. (closes #6719)
This commit is contained in:
Bram Moolenaar
2020-08-16 22:50:01 +02:00
parent c0f8823ee4
commit 241572794f
3 changed files with 11 additions and 5 deletions

View File

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