1
0
forked from aniani/vim

patch 7.4.717

Problem:    ":let list += list" can change a locked list.
Solution:   Check for the lock earlier. (Olaf Dabrunz)
This commit is contained in:
Bram Moolenaar
2015-05-04 11:10:27 +02:00
parent cad2fc9935
commit 1cd5e613b0
4 changed files with 40 additions and 13 deletions

View File

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