comparison 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
comparison
equal deleted inserted replaced
19039:d20ed2e5a776 19040:314517a3a0f8
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 80,
745 /**/ 747 /**/
746 79, 748 79,
747 /**/ 749 /**/
748 78, 750 78,
749 /**/ 751 /**/