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 4366319 commit 0fbff64Copy full SHA for 0fbff64
src/testdir/runtest.vim
@@ -168,6 +168,7 @@ let s:flaky = [
168
\ 'Test_oneshot()',
169
\ 'Test_pipe_through_sort_all()',
170
\ 'Test_pipe_through_sort_some()',
171
+ \ 'Test_quoteplus()',
172
\ 'Test_reltime()',
173
\ ]
174
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
+ 417,
769
/**/
770
416,
771
0 commit comments