commit | 2fc39aeeb5ff5101530a89838049e09e2959ad0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 23:27:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 23:27:29 2019 +0200 |
tree | 3914d1c3c59d47618155767586d3c5faa2d0f191 | |
parent | d2cea96f6cd5352b270b5d9e257bb0670c934146 [diff] [blame] |
patch 8.1.1533: GUI build fails on Mac Problem: GUI build fails on Mac. Solution: Change VimClipboard type in non-C file.
diff --git a/src/version.c b/src/version.c index 146f996..18ef97e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1533, +/**/ 1532, /**/ 1531,