We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bf558 commit 922d25fCopy full SHA for 922d25f
src/testdir/test_channel.vim
@@ -268,10 +268,6 @@ endfunc
268
269
" Test that trying to connect to a non-existing port fails quickly.
270
func Test_connect_waittime()
271
- if !has('unix')
272
- " TODO: Make this work again for MS-Windows.
273
- return
274
- endif
275
call ch_log('Test_connect_waittime()')
276
let start = reltime()
277
let handle = ch_open('localhost:9876', s:chopt)
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
+ 1353,
752
/**/
753
1352,
754
0 commit comments