patch 8.2.4916: mouse in Insert mode test fails

Problem:    Mouse in Insert mode test fails.
Solution:   Fix the text and check relevant positions.
diff --git a/src/version.c b/src/version.c
index 0fda348..4e7a335 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4916,
+/**/
     4915,
 /**/
     4914,