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 1232624 commit 7dd88c5Copy full SHA for 7dd88c5
2 files changed
src/testdir/runtest.vim
@@ -252,6 +252,7 @@ let s:flaky = [
252
\ 'Test_reltime()',
253
\ 'Test_terminal_composing_unicode()',
254
\ 'Test_terminal_noblock()',
255
+ \ 'Test_terminal_redir_file()',
256
\ 'Test_with_partial_callback()',
257
\ ]
258
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1262,
766
/**/
767
1261,
768
0 commit comments