patch 8.2.2802: Vim9: illegal memory access

Problem:    Vim9: illegal memory access.
Solution:   Check for comment before checking for white space. (closes #8142)
diff --git a/src/version.c b/src/version.c
index a345fc8..0918d5c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2802,
+/**/
     2801,
 /**/
     2800,