Skip to content

Commit 3286043

Browse files
committed
patch 7.4.2166
Problem: Small build can't run startup test. Solution: Skip the test.
1 parent 83b3c3d commit 3286043

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_startup.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ endfunc
1515
" 2. packages
1616
" 3. plugins in after directories
1717
func Test_after_comes_later()
18+
if !has('packages')
19+
return
20+
endif
1821
let before = [
1922
\ 'let $HOME = "/does/not/exist"',
2023
\ 'set loadplugins',

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2166,
766768
/**/
767769
2165,
768770
/**/

0 commit comments

Comments
 (0)