From 33ccb24cf7891911561adccf9f2af8859e581198 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 1 Apr 2017 16:59:29 +0200 Subject: patch 8.0.0534: defaults.vim does not work well with tiny features Problem: Defaults.vim does not work well with tiny features. (crd477) Solution: When the +eval feature is not available always reset 'compatible'. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 651728855..4e91f1486 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 534, /**/ 533, /**/ -- cgit v1.2.3