comparison src/version.c @ 10753:4961e7acdd8c v8.0.0266

patch 8.0.0266: compiler warning for using uninitialized variable commit https://github.com/vim/vim/commit/c625155ea42da2d7cefd853837f18115713b439c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 21:42:20 2017 +0100 patch 8.0.0266: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. Solution: Set tab_number also when there is an error.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jan 2017 21:45:05 +0100
parents 27b42717662b
children 2f735d1d1954
comparison
equal deleted inserted replaced
10752:8d88dc61518f 10753:4961e7acdd8c
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 266,
767 /**/ 769 /**/
768 265, 770 265,
769 /**/ 771 /**/
770 264, 772 264,
771 /**/ 773 /**/