diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1050,
+/**/
     1049,
 /**/
     1048,