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 10a8da0 commit d512e17Copy full SHA for d512e17
src/testdir/runtest.vim
@@ -165,6 +165,7 @@ let s:flaky = [
165
\ 'Test_collapse_buffers()',
166
\ 'Test_communicate()',
167
\ 'Test_nb_basic()',
168
+ \ 'Test_oneshot()',
169
\ 'Test_pipe_through_sort_all()',
170
\ 'Test_pipe_through_sort_some()',
171
\ 'Test_reltime()',
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
+ 384,
769
/**/
770
383,
771
0 commit comments