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 92467d3 commit 1eca6f1Copy full SHA for 1eca6f1
2 files changed
src/testdir/runtest.vim
@@ -251,6 +251,7 @@ let s:flaky = [
251
\ 'Test_exit_callback_interval()',
252
\ 'Test_nb_basic()',
253
\ 'Test_oneshot()',
254
+ \ 'Test_out_cb()',
255
\ 'Test_paused()',
256
\ 'Test_pipe_through_sort_all()',
257
\ 'Test_pipe_through_sort_some()',
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1370,
776
/**/
777
1369,
778
0 commit comments