patch 7.4.1001
Problem:    test_viml isn't run.
Solution:   Include change in makefile.
diff --git a/src/version.c b/src/version.c
index 7b2f0ae..49199ae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1001,
+/**/
     1000,
 /**/
     999,