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 fa4bce7 commit 0727d36Copy full SHA for 0727d36
src/testdir/test_channel.vim
@@ -252,6 +252,10 @@ endfunc
252
253
" Test that trying to connect to a non-existing port fails quickly.
254
func Test_connect_waittime()
255
+ if !has('unix')
256
+ " TODO: Make this work again for MS-Windows.
257
+ return
258
+ endif
259
let start = reltime()
260
let handle = ch_open('localhost:9876', s:chopt)
261
if ch_status(handle) == "fail"
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1317,
752
/**/
753
1316,
754
0 commit comments