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 79da563 commit 7a07354Copy full SHA for 7a07354
src/testdir/runtest.vim
@@ -57,6 +57,9 @@ else
57
set encoding=latin1
58
endif
59
60
+" Avoid stopping at the "hit enter" prompt
61
+set nomore
62
+
63
" Output all messages in English.
64
lang mess C
65
@@ -168,7 +171,6 @@ let s:flaky = [
168
171
\ ]
169
172
170
173
" Locate Test_ functions and execute them.
-set nomore
174
redir @q
175
silent function /^Test_
176
redir END
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 295,
769
/**/
770
294,
771
0 commit comments