diff src/version.c @ 7460:1420ccc9f610 v7.4.1033

commit https://github.com/vim/vim/commit/ee2739787f1e996739541bb60e6003b892497e03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 21:11:51 2016 +0100 patch 7.4.1033 Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 21:15:04 +0100
parents e583db6c4fd4
children eb7b199f3d01
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 */
 /**/
+    1033,
+/**/
     1032,
 /**/
     1031,