patch 8.2.0080: globals using INIT4() are not in the tags file

Problem:    Globals using INIT4() are not in the tags file.
Solution:   Adjust the tags command.
diff --git a/src/version.c b/src/version.c
index 052b634..626c382 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    80,
+/**/
     79,
 /**/
     78,