patch 7.4.1821
Problem:    Test fails on MS-Windows.
Solution:   Sort the completion results.
diff --git a/src/version.c b/src/version.c
index 4dafb84..56e9a3e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1821,
+/**/
     1820,
 /**/
     1819,