diff src/version.c @ 11297:2db80d94107d v8.0.0534

patch 8.0.0534: defaults.vim does not work well with tiny features commit https://github.com/vim/vim/commit/33ccb24cf7891911561adccf9f2af8859e581198 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 1 16:59:29 2017 +0200 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'.
author Christian Brabandt <cb@256bit.org>
date Sat, 01 Apr 2017 17:00:04 +0200
parents d772bf077b3f
children 4ae86195f559
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    534,
+/**/
     533,
 /**/
     532,