From: Bram Moolenaar Date: Sun, 5 Mar 2017 13:30:52 +0000 (+0100) Subject: patch 8.0.0417: test for the clipboard fails sometimes X-Git-Tag: v8.0.0417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fbff646d5beb1f48c9be3d0ce0339be90fd49f5;p=vim patch 8.0.0417: test for the clipboard fails sometimes Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 71028a191..d750da569 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -168,6 +168,7 @@ let s:flaky = [ \ 'Test_oneshot()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', + \ 'Test_quoteplus()', \ 'Test_reltime()', \ ] diff --git a/src/version.c b/src/version.c index 98fa4a803..220e00dfb 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 417, /**/ 416, /**/