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 b885a7c commit 981217cCopy full SHA for 981217c
2 files changed
src/testdir/test_channel.vim
@@ -252,6 +252,12 @@ endfunc
252
253
func Test_communicate_ipv6()
254
CheckIPv6
255
+
256
+ " FIXME: this test is very flaky on MS-Windows with the GUI
257
+ if has('gui_running') && has('win32')
258
+ throw 'Skipped: test is very flaky with MS-Windows in GUI'
259
+ endif
260
261
call Test_communicate()
262
endfunc
263
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3131,
760
/**/
761
3130,
762
0 commit comments