commit | bff6ad133195145f810645c0bde7a2a1fdfc37b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 19:18:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 19:18:13 2017 +0100 |
tree | b78269e7514041241f6a4feb6b7988405ddb3c94 | |
parent | 48c9f3b123364f368472564a66a9b71dc383558b [diff] [blame] |
patch 8.0.0233: paste test fails in the GUI Problem: The paste test fails if the GUI is being used. Solution: Skip the test in the GUI.
diff --git a/src/version.c b/src/version.c index c7ef2be..1b78243 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 233, +/**/ 232, /**/ 231,