1
0
forked from aniani/vim

patch 7.4.2166

Problem:    Small build can't run startup test.
Solution:   Skip the test.
This commit is contained in:
Bram Moolenaar
2016-08-06 19:24:23 +02:00
parent 83b3c3d8a0
commit 328604307b
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ endfunc
" 2. packages " 2. packages
" 3. plugins in after directories " 3. plugins in after directories
func Test_after_comes_later() func Test_after_comes_later()
if !has('packages')
return
endif
let before = [ let before = [
\ 'let $HOME = "/does/not/exist"', \ 'let $HOME = "/does/not/exist"',
\ 'set loadplugins', \ 'set loadplugins',

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2166,
/**/ /**/
2165, 2165,
/**/ /**/