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 a243813 commit 482d2f3Copy full SHA for 482d2f3
src/testdir/test_channel.vim
@@ -253,9 +253,9 @@ endfunc
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'
+ " FIXME: this test is very flaky on MS-Windows
+ if has('win32')
+ throw 'Skipped: test is very flaky with MS-Windows'
259
endif
260
261
call Test_communicate()
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
+ 3140,
760
/**/
761
3139,
762
0 commit comments