diff src/testdir/test55.ok @ 6791:1805e45ce4d6 v7.4.717

patch 7.4.717 Problem: ":let list += list" can change a locked list. Solution: Check for the lock earlier. (Olaf Dabrunz)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 11:10:27 +0200
parents f5b262981753
children 14ab6c685581
line wrap: on
line diff
--- a/src/testdir/test55.ok
+++ b/src/testdir/test55.ok
@@ -144,6 +144,9 @@ No extend() of write-protected scope-lev
 Vim(put):E742: 
 No :unlet of variable in locked scope:
 Vim(unlet):E741: 
+No :let += of locked list variable:
+Vim(let):E741: 
+['a', 'b', 3]
 [1, 2, 3, 4]
 [1, 2, 3, 4]
 [1, 2, 3, 4]