patch 7.4.933
Problem:    Crash when using longest completion match.
Solution:   Fix array index.
diff --git a/src/version.c b/src/version.c
index 30efcab..f43cad8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    933,
+/**/
     932,
 /**/
     931,