diff src/Makefile @ 9678:8c9e13109df8 v7.4.2115

commit https://github.com/vim/vim/commit/b9a46fec3e79d1fc8c406084a41733c647a5e535 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 29 18:13:42 2016 +0200 patch 7.4.2115 Problem: Loading defaults.vim with -C argument. Solution: Don't load the defaults script with -C argument. Test sourcing the defaults script. Set 'display' to "truncate".
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jul 2016 18:15:05 +0200
parents adc7212951ee
children 5e9f63a2ac5c
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2107,6 +2107,7 @@ test_arglist \
 	test_regexp_utf8 \
 	test_reltime \
 	test_ruby \
+	test_startup \
 	test_searchpos \
 	test_set \
 	test_sort \