patch 7.4.2084
Problem:    New digraph test makes testing hang.
Solution:   Don't set "nocp".
diff --git a/src/version.c b/src/version.c
index 69da119..167d405 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2084,
+/**/
     2083,
 /**/
     2082,