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 d82103e commit a99b904Copy full SHA for a99b904
2 files changed
src/testdir/runtest.vim
@@ -84,6 +84,7 @@ else
84
endif
85
86
" Locate Test_ functions and execute them.
87
+set nomore
88
redir @q
89
function /^Test_
90
redir END
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1118,
746
/**/
747
1117,
748
0 commit comments