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 d1ee004 commit f98246dCopy full SHA for f98246d
2 files changed
src/testdir/setup.vim
@@ -1,5 +1,13 @@
1
" Common preparations for running tests.
2
3
+" Only load this once.
4
+if 1
5
+ if exists('s:did_load')
6
+ finish
7
+ endif
8
+ let s:did_load = 1
9
+endif
10
+
11
" Make sure 'runtimepath' and 'packpath' does not include $HOME.
12
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
13
if has('packages')
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 806,
774
/**/
775
805,
776
0 commit comments