comparison src/version.c @ 13864:de8455bd2d05 v8.0.1803

patch 8.0.1803: warning for uninitialized variable commit https://github.com/vim/vim/commit/9b50f36e405309be97e28b5e19d81ff0902c5224 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 7 20:10:17 2018 +0200 patch 8.0.1803: warning for uninitialized variable Problem: Warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize it.
author Christian Brabandt <cb@256bit.org>
date Mon, 07 May 2018 20:15:05 +0200
parents b201372b91a4
children 4b35f2835ce4
comparison
equal deleted inserted replaced
13863:3070049254e5 13864:de8455bd2d05
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1803,
764 /**/ 766 /**/
765 1802, 767 1802,
766 /**/ 768 /**/
767 1801, 769 1801,
768 /**/ 770 /**/