commit | b7a59906d7ce41b7e74ec31b910375c21e427c0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 22:04:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 22:04:04 2017 +0100 |
tree | f394435bc40c34b55cbaa911df74afefa6088705 | |
parent | d099e033703ce0772f152b8df8a763f0b65303ee [diff] [blame] |
patch 8.0.0348: using shadow dir on Mac lack +clipboard Problem: When building with a shadow directory on macOS lacks the +clipboard feature. Solution: Link *.m files, specifically os_macosx.m. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 2a54dc9..e70a0f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,