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 751ba61 commit 0529b3eCopy full SHA for 0529b3e
src/testdir/runtest.vim
@@ -167,6 +167,7 @@ let s:flaky = [
167
\ 'Test_close_and_exit_cb()',
168
\ 'Test_collapse_buffers()',
169
\ 'Test_communicate()',
170
+ \ 'Test_exit_callback_interval()',
171
\ 'Test_nb_basic()',
172
\ 'Test_oneshot()',
173
\ 'Test_pipe_through_sort_all()',
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
+ 471,
769
/**/
770
470,
771
0 commit comments