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 680e015 commit 947000dCopy full SHA for 947000d
2 files changed
src/testdir/runtest.vim
@@ -148,6 +148,7 @@ let s:flaky = [
148
\ 'Test_reltime()',
149
\ 'Test_nb_basic()',
150
\ 'Test_communicate()',
151
+ \ '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
+ 11,
769
/**/
770
10,
771
0 commit comments