comparison src/version.c @ 12070:903cea6f627c v8.0.0915

patch 8.0.0915: wrong initialisation of global commit https://github.com/vim/vim/commit/7eedd4398aee195212bd06004d3533ca24c0823c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 15:15:33 2017 +0200 patch 8.0.0915: wrong initialisation of global Problem: Wrong initialisation of global. Solution: Use INIT().
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 15:30:04 +0200
parents e1b34958f118
children f4e1e1e6886b
comparison
equal deleted inserted replaced
12069:8acb0519330f 12070:903cea6f627c
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 915,
772 /**/ 774 /**/
773 914, 775 914,
774 /**/ 776 /**/
775 913, 777 913,
776 /**/ 778 /**/