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:
@@ -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',
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user