]> granicus.if.org Git - vim/commitdiff
patch 7.4.2166 v7.4.2166
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2016 17:24:23 +0000 (19:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2016 17:24:23 +0000 (19:24 +0200)
Problem:    Small build can't run startup test.
Solution:   Skip the test.

src/testdir/test_startup.vim
src/version.c

index da6a3f6f80983042d7be1a0e65e20a848fbbd187..047bc34a2f2541b055422a11f77d8ea398b45cd0 100644 (file)
@@ -15,6 +15,9 @@ endfunc
 " 2. packages
 " 3. plugins in after directories
 func Test_after_comes_later()
+  if !has('packages')
+    return
+  endif
   let before = [
        \ 'let $HOME = "/does/not/exist"',
        \ 'set loadplugins',
index e3ecd93c7640ceb51b245c0a06a81e625c12aad5..2add5968f28a38ee3fa90ac54452a08c87586531 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2166,
 /**/
     2165,
 /**/