updated for version 7.4a.019
Problem: Invalid closing parenthesis in test 62. Command truncated at
double quote.
Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
diff --git a/src/testdir/test62.ok b/src/testdir/test62.ok
index df1035e..e35b2b1 100644
--- a/src/testdir/test62.ok
+++ b/src/testdir/test62.ok
@@ -31,8 +31,8 @@
BufLeave
BufEnter
a b c
-=== call map(range(1, tabpagenr('$')), 'settabvar(v:val, ===
-a b c
+=== call map(range(1, tabpagenr('$')), 'settabvar(v:val, ''a'', v:val*2)') ===
+2 4 6
=== vsplit ===
WinLeave
WinEnter
@@ -44,8 +44,8 @@
TabEnter
BufEnter
a a
-=== call map(copy(winr), 'settabwinvar('.tabn.', v:val, ===
-a a
+=== call map(copy(winr), 'settabwinvar('.tabn.', v:val, ''a'', v:val*2)') ===
+2 4
=== tabnext 3 ===
BufLeave
WinLeave