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 c19e1d1 commit bfbea56Copy full SHA for bfbea56
2 files changed
src/testdir/runtest.vim
@@ -258,6 +258,7 @@ let s:flaky = [
258
\ 'Test_quoteplus()',
259
\ 'Test_quotestar()',
260
\ 'Test_reltime()',
261
+ \ 'Test_repeat_three()',
262
\ 'Test_terminal_composing_unicode()',
263
\ 'Test_terminal_noblock()',
264
\ 'Test_terminal_redir_file()',
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1507,
776
/**/
777
1506,
778
0 commit comments