comparison src/version.c @ 7496:6d969668bfc8 v7.4.1050

commit https://github.com/vim/vim/commit/c71982b23978ef61d0a2f0fe5535e782e1c561ed Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 4 21:43:08 2016 +0100 patch 7.4.1050 Problem: Warning for unused var with tiny features. (Tony Mechelynck) Solution: Add #ifdef. Use vim_snprintf(). Reduce number of statemements.
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Jan 2016 21:45:05 +0100
parents b4419a42ac32
children 3fcd3d235f7b
comparison
equal deleted inserted replaced
7495:8407aae08d67 7496:6d969668bfc8
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1050,
744 /**/ 746 /**/
745 1049, 747 1049,
746 /**/ 748 /**/
747 1048, 749 1048,
748 /**/ 750 /**/