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 37b5327 commit 75a60f7Copy full SHA for 75a60f7
2 files changed
src/testdir/runtest.vim
@@ -233,6 +233,7 @@ let s:flaky = [
233
\ 'Test_quoteplus()',
234
\ 'Test_quotestar()',
235
\ 'Test_reltime()',
236
+ \ 'Test_terminal_noblock()',
237
\ 'Test_with_partial_callback()',
238
\ ]
239
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
+ 1070,
774
/**/
775
1069,
776
0 commit comments