]> granicus.if.org Git - vim/commitdiff
patch 8.2.2723: assignment test fails v8.2.2723
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Apr 2021 18:59:41 +0000 (20:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Apr 2021 18:59:41 +0000 (20:59 +0200)
Problem:    Assignment test fails.
Solution:   Adjust error number.

src/testdir/test_let.vim
src/version.c

index 2a37c198b1f84080a83994e677ab5537c4d1e2a5..1b8f74bcfef4406ec624ece9509f2514814c5d72 100644 (file)
@@ -299,7 +299,7 @@ func Test_let_errors()
   call assert_fails('let l[:][0] = [5]', 'E708:')
   let d = {'k' : 4}
   call assert_fails('let d.# = 5', 'E488:')
-  call assert_fails('let d.m += 5', 'E734:')
+  call assert_fails('let d.m += 5', 'E716:')
   call assert_fails('let m = d[{]', 'E15:')
   let l = [1, 2]
   call assert_fails('let l[2] = 0', 'E684:')
index 807ef10b86284428c7456a136546803980784fb2..9696f5ad3f319e46b0e034fd7cc2ded1bff66c5e 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2723,
 /**/
     2722,
 /**/