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 7a84dbe commit 74f5e65Copy full SHA for 74f5e65
2 files changed
src/testdir/test_channel.vim
@@ -187,7 +187,7 @@ func Test_connect_waittime()
187
call ch_close(handle)
188
else
189
let elapsed = reltime(start)
190
- call assert_true(elapsed < 1.0)
+ call assert_true(reltimefloat(elapsed) < 1.0)
191
endif
192
193
let start = reltime()
@@ -198,6 +198,6 @@ func Test_connect_waittime()
198
199
" Failed connection doesn't wait the full time.
200
201
202
203
endfunc
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
+ 1287,
752
/**/
753
1286,
754
0 commit comments