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 3e496b0 commit c79d6aaCopy full SHA for c79d6aa
2 files changed
src/testdir/runtest.vim
@@ -148,7 +148,7 @@ let s:flaky = [
148
\ 'Test_reltime()',
149
\ 'Test_nb_basic()',
150
\ 'Test_communicate()',
151
- \ 'Test_pipe_through_sort_all()'
+ \ 'Test_pipe_through_sort_all()',
152
\ 'Test_pipe_through_sort_some()'
153
\ ]
154
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 13,
769
/**/
770
12,
771
0 commit comments