diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:30:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:30:52 +0100 |
commit | 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 (patch) | |
tree | e043ec60baf8396fea01cefc727392ffd206b9ee /src | |
parent | 436631969716e056feca47480976100b70283370 (diff) | |
download | vim-0fbff646d5beb1f48c9be3d0ce0339be90fd49f5.zip |
patch 8.0.0417: test for the clipboard fails sometimes
Problem: Test for the clipboard fails sometimes.
Solution: Add it to the flaky tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/runtest.vim | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 417, +/**/ 416, /**/ 415, |