commit | 351523f8938bcc77b68a55010338401436af8ec8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 16:50:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 16:50:21 2022 +0100 |
tree | 3887ac446d9e7ff1e29f0269561d787484d1671a | |
parent | 7904fa420eb577274c4c3711295240100167d495 [diff] [blame] |
patch 9.0.0658: tiny build fails on Mac OS Problem: Tiny build fails on Mac OS. Solution: Define FEAT_CLIPBOARD only for normal build.
diff --git a/src/version.c b/src/version.c index 884d3a5..caaf968 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 658, +/**/ 657, /**/ 656,