patch 8.2.1283: Vim9: error for misplaced -> lacks argument

Problem:    Vim9: error for misplaced -> lacks argument.
Solution:   Use the pointer before it was advanced.
diff --git a/src/version.c b/src/version.c
index 4ef3051..ab41071 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1283,
+/**/
     1282,
 /**/
     1281,