diff src/auto/configure @ 7693:6157052a0e58 v7.4.1145

commit https://github.com/vim/vim/commit/23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 20 22:11:59 2016 +0100 patch 7.4.1145 Problem: Default features are conservative. Solution: Make the default feature set for most of todays systems "huge".
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Jan 2016 22:15:06 +0100
parents 77a14f3bc18b
children 6069f43cea4e
line wrap: on
line diff
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4763,8 +4763,8 @@ if test "${with_features+set}" = set; th
   withval=$with_features; features="$withval"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $features" >&5
 $as_echo "$features" >&6; }
 else
-  features="normal"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: Defaulting to normal" >&5
-$as_echo "Defaulting to normal" >&6; }
+  features="huge"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: Defaulting to huge" >&5
+$as_echo "Defaulting to huge" >&6; }
 fi