patch 8.2.5099: some terminal tests are not retried

Problem:    Some terminal tests are not retried.
Solution:   Mark terminal tests as flaky.
diff --git a/src/version.c b/src/version.c
index 5fdc9fd..e9cfe7c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5099,
+/**/
     5098,
 /**/
     5097,