patch 8.2.2393: Vim9: error message when script line starts with "[{"

Problem:    Vim9: error message when script line starts with "[{".
Solution:   Do not give an error for checking for end of list.
diff --git a/src/version.c b/src/version.c
index c5fdf85..02fd3fa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2393,
+/**/
     2392,
 /**/
     2391,