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 3286043 commit c96a2f3Copy full SHA for c96a2f3
2 files changed
src/testdir/setup.vim
@@ -2,7 +2,9 @@
2
3
" Make sure 'runtimepath' and 'packpath' does not include $HOME.
4
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
5
-let &packpath = &rtp
+if has('packages')
6
+ let &packpath = &rtp
7
+endif
8
9
" Only when the +eval feature is present.
10
if 1
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
+ 2167,
768
/**/
769
2166,
770
0 commit comments