patch 8.2.3586: command completion test fails

Problem:    Command completion test fails.
Solution:   Add new argument to expected output
diff --git a/src/version.c b/src/version.c
index 39d1b8a..040fbb6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3586,
+/**/
     3585,
 /**/
     3584,