diff src/version.c @ 8941:0e7b1897ceb3 v7.4.1756

commit https://github.com/vim/vim/commit/a6e42501424f6670fa864c739d2dc2eb764900b9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 16:19:52 2016 +0200 patch 7.4.1756 Problem: "dll" options are not expanded. Solution: Expand environment variables. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 16:30:06 +0200
parents 36cb3aff8c1c
children 47036dcd83a4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1756,
+/**/
     1755,
 /**/
     1754,