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 973365d commit 17f1347Copy full SHA for 17f1347
2 files changed
src/testdir/test_timers.vim
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
57
let slept = WaitFor('g:val == 1')
58
call assert_equal(1, g:val)
59
if has('reltime')
60
- call assert_inrange(50, 100, slept)
+ call assert_inrange(50, 130, slept)
61
else
62
call assert_inrange(20, 100, slept)
63
endif
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2242,
768
/**/
769
2241,
770
0 commit comments