commit | 83a2a80d6f699ad9a236431170038698e355c025 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 21:01:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 21:01:10 2016 +0200 |
tree | 30b26cbe339f6f112eded09cffd52df2003edfa8 | |
parent | f2c4c391192cab6e923b1a418d4af09106fba25f [diff] [blame] |
patch 7.4.2118 Problem: Mac: can't build with tiny features. Solution: Don't define FEAT_CLIPBOARD unconditionally. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 962bae7..153b3f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2118, +/**/ 2117, /**/ 2116,