diff src/version.c @ 19040:314517a3a0f8 v8.2.0080

patch 8.2.0080: globals using INIT4() are not in the tags file Commit: https://github.com/vim/vim/commit/509ff0688df557155feb7312a0129428eb5d8fc1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 2 22:38:49 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 22:45:03 +0100
parents 9bb2a4f6296a
children 4be592d96c20
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    80,
+/**/
     79,
 /**/
     78,