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 877e957 commit fe94892Copy full SHA for fe94892
src/testdir/runtest.vim
@@ -131,7 +131,7 @@ else
131
endif
132
133
" Names of flaky tests.
134
-let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
+let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()']
135
136
" Locate Test_ functions and execute them.
137
set nomore
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2154,
768
/**/
769
2153,
770
0 commit comments