patch 8.2.3199: Vim9: execution speed can be improved

Problem:    Vim9: execution speed can be improved.
Solution:   Make the break counter static.
diff --git a/src/version.c b/src/version.c
index 631c122..cd0f9ec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3199,
+/**/
     3198,
 /**/
     3197,