commit | b822cb0f93177bb045b221f607aee735f08ce428 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 14:12:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 14:12:23 2016 +0200 |
tree | b5bacb0e4b748dc9ee93c74cda21ebb9bac1ab78 | |
parent | 9532fe7fbe1b14531931e83bd9f8054efdcf7509 [diff] [blame] |
patch 7.4.2122 Problem: Mac: don't get +clipboard in huge build. Solution: Move #define down below including featureh.h
diff --git a/src/version.c b/src/version.c index 4af1468..65ec6b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2122, +/**/ 2121, /**/ 2120,