comparison src/version.c @ 18546:f609865bfc54 v8.1.2267

patch 8.1.2267: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/3b991527e8167f25ad1dfe780b9633c153600955 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 6 23:26:20 2019 +0100 patch 8.1.2267: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Rearrange the code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Nov 2019 23:30:03 +0100
parents a6dbbedddce1
children 4fbfecbb968c
comparison
equal deleted inserted replaced
18545:3bb39398b093 18546:f609865bfc54
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2267,
744 /**/ 746 /**/
745 2266, 747 2266,
746 /**/ 748 /**/
747 2265, 749 2265,
748 /**/ 750 /**/