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 44ddf19 commit 12a4940Copy full SHA for 12a4940
2 files changed
src/testdir/test_search.vim
@@ -353,6 +353,7 @@ func Test_searchpair_timeout()
353
let elapsed = reltime(starttime)->reltimefloat()
354
call assert_inrange(0.09, 0.300, elapsed)
355
356
+ delfunc Waitabit
357
bwipe!
358
endfunc
359
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 5147,
739
/**/
740
5146,
741
0 commit comments