commit | 509ff0688df557155feb7312a0129428eb5d8fc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 22:38:49 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 22:38:49 2020 +0100 |
tree | b14bc98386808f031a1e5312f2d6431540c9456b | |
parent | d7df279808f75f7a4af8dd48deae73a9b727ac3b [diff] [blame] |
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,