patch 8.2.1358: Vim9: test fails with +dnd is not available

Problem:    Vim9: test fails with +dnd is not available.
Solution:   Add condition.
diff --git a/src/version.c b/src/version.c
index a905979..4f1d8a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1358,
+/**/
     1357,
 /**/
     1356,