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.in b/src/testdir/test62.in
index 933bfe5..6d0f521 100644
--- a/src/testdir/test62.in
+++ b/src/testdir/test62.in
Binary files differ
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
diff --git a/src/version.c b/src/version.c
index 1744af4..5e4a595 100644
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    19,
+/**/
     18,
 /**/
     17,