comparison src/version.c @ 15810:5523665fdf80 v8.1.0912

patch 8.1.0912: MS-Windows: warning for signed/unsigned commit https://github.com/vim/vim/commit/18442cbcc0d335a8ea6947e94eee9a2ab9552690 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 21:22:12 2019 +0100 patch 8.1.0912: MS-Windows: warning for signed/unsigned Problem: MS-Windows: warning for signed/unsigned. Solution: Add type cast. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/3945)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 21:30:07 +0100
parents 37d31fc37a5a
children 3808b583889e
comparison
equal deleted inserted replaced
15809:dd5e97262ca3 15810:5523665fdf80
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 912,
786 /**/ 788 /**/
787 911, 789 911,
788 /**/ 790 /**/
789 910, 791 910,
790 /**/ 792 /**/