commit | 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:30:52 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:30:52 2017 +0100 |
tree | e043ec60baf8396fea01cefc727392ffd206b9ee | |
parent | 436631969716e056feca47480976100b70283370 [diff] [blame] |
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/version.c b/src/version.c index 98fa4a8..220e00d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 417, +/**/ 416, /**/ 415,