patch 8.2.3776: when a tags file line is long a tag may not be found

Problem:    When a tags file line is long a tag may not be found.
Solution:   When increasing the buffer size read the same line again.
diff --git a/src/version.c b/src/version.c
index 9bf1fa2..03dee7e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3776,
+/**/
     3775,
 /**/
     3774,