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 b000e32 commit d09be32Copy full SHA for d09be32
2 files changed
src/testdir/runtest.vim
@@ -233,6 +233,7 @@ let s:flaky = [
233
\ 'Test_quoteplus()',
234
\ 'Test_quotestar()',
235
\ 'Test_reltime()',
236
+ \ 'Test_with_partial_callback()',
237
\ ]
238
239
" Locate Test_ functions and execute them.
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 822,
774
/**/
775
821,
776
0 commit comments