diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-24 19:18:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-24 19:18:13 +0100 |
commit | bff6ad133195145f810645c0bde7a2a1fdfc37b8 (patch) | |
tree | b78269e7514041241f6a4feb6b7988405ddb3c94 /src/version.c | |
parent | 48c9f3b123364f368472564a66a9b71dc383558b (diff) | |
download | vim-bff6ad133195145f810645c0bde7a2a1fdfc37b8.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c7ef2bec5..1b7824354 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 */ /**/ + 233, +/**/ 232, /**/ 231, |