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 c7d9eac commit 4e032e1Copy full SHA for 4e032e1
src/testdir/runtest.vim
@@ -158,7 +158,7 @@ let s:flaky = [
158
\ 'Test_communicate()',
159
\ 'Test_nb_basic()',
160
\ 'Test_pipe_through_sort_all()',
161
- \ 'Test_pipe_through_sort_some()'
+ \ 'Test_pipe_through_sort_some()',
162
\ 'Test_reltime()',
163
\ ]
164
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
+ 288,
769
/**/
770
287,
771
0 commit comments