comparison src/version.c @ 10118:5d77565e6222 v7.4.2330

commit https://github.com/vim/vim/commit/030cddc7ec0c3d2fe3969140cd1b92b2f18633c0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 23:41:42 2016 +0200 patch 7.4.2330 Problem: Coverity complains about not checking curwin to be NULL. Solution: Use firstwin to avoid the warning.
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Sep 2016 23:45:05 +0200
parents a6068b90c873
children fb040c9d8ce9
comparison
equal deleted inserted replaced
10117:0e4f59f9bbae 10118:5d77565e6222
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2330,
766 /**/ 768 /**/
767 2329, 769 2329,
768 /**/ 770 /**/
769 2328, 771 2328,
770 /**/ 772 /**/