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 c625155 commit 6fe2eb4Copy full SHA for 6fe2eb4
src/testdir/runtest.vim
@@ -156,6 +156,7 @@ let s:flaky = [
156
\ 'Test_reltime()',
157
\ 'Test_nb_basic()',
158
\ 'Test_communicate()',
159
+ \ 'Test_close_and_exit_cb()',
160
\ 'Test_pipe_through_sort_all()',
161
\ 'Test_pipe_through_sort_some()'
162
\ ]
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
+ 267,
769
/**/
770
266,
771
0 commit comments