We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3c3d commit 3286043Copy full SHA for 3286043
2 files changed
src/testdir/test_startup.vim
@@ -15,6 +15,9 @@ endfunc
15
" 2. packages
16
" 3. plugins in after directories
17
func Test_after_comes_later()
18
+ if !has('packages')
19
+ return
20
+ endif
21
let before = [
22
\ 'let $HOME = "/does/not/exist"',
23
\ 'set loadplugins',
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2166,
768
/**/
769
2165,
770
0 commit comments