commit | e5f2be61595fbbba77261f3bf1e032fe03a1966d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 20:24:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 20:24:34 2016 +0100 |
tree | 8c38d5ad2c5503dbbb083adc5faa1915f010e1b6 | |
parent | 88e8f9f14434a7cd538d0c159dc432bea869a5bd [diff] [blame] |
patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 34666f9..792f8a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1148, +/**/ 1147, /**/ 1146,