updated for version 7.4a.023 v7.4a.023
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 11:41:56 +0000 (13:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 11:41:56 +0000 (13:41 +0200)
Problem:    Still another superfluous parenthesis. (ZyX)
Solution:   Remove it.

src/testdir/test62.in
src/version.c

index 6d0f5219d871e183aad640f9204953ec244d124a..03415d13228d36c846be0c044fd94f32231883ac 100644 (file)
@@ -36,7 +36,7 @@ STARTTEST
 :call settabvar(2, 'val_list', ['red', 'blue', 'green'])
 :"
 :let test_status = 'gettabvar: fail'
-:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test') && gettabvar(2, 'val_list') == ['red', 'blue', 'green']
+:if gettabvar(2, 'val_num') == 100 && gettabvar(2, 'val_str') == 'SetTabVar test' && gettabvar(2, 'val_list') == ['red', 'blue', 'green']
 :    let test_status = 'gettabvar: pass'
 :endif
 :call append(line('$'), test_status)
index f02bf3552111507754ea493fda38521e69181dda..59e67432cbfda84fafaca08229ef652fc3aff897 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    23,
 /**/
     22,
 /**/