From 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Mar 2017 14:30:52 +0100 Subject: [PATCH] patch 8.0.0417: test for the clipboard fails sometimes Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests. --- src/testdir/runtest.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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, /**/ -- 2.50.1