Patch 7.4.2118
Problem: Mac: can't build with tiny features.
Solution: Don't define FEAT_CLIPBOARD unconditionally. (Kazunobu Kuriyama)
Files: src/vim.h
*** ../vim-7.4.2117/src/vim.h 2016-07-26 22:02:50.147766335 +0200
--- src/vim.h 2016-07-29 20:58:47.734859474 +0200
***************
*** 98,108 ****
# ifndef HAVE_CONFIG_H
# define UNIX
# endif
! # ifndef FEAT_CLIPBOARD
# define FEAT_CLIPBOARD
! # if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
! # define FEAT_MOUSE
! # endif
# endif
#endif
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
--- 98,108 ----
# ifndef HAVE_CONFIG_H
# define UNIX
# endif
! # if defined(FEAT_SMALL) && !defined(FEAT_CLIPBOARD)
# define FEAT_CLIPBOARD
! # endif
! # if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
! # define FEAT_MOUSE
# endif
#endif
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
*** ../vim-7.4.2117/src/version.c 2016-07-29 20:50:19.863640329 +0200
--- src/version.c 2016-07-29 20:59:24.086517317 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2118,
/**/
--
Snoring is prohibited unless all bedroom windows are closed and securely
locked.
[real standing law in Massachusetts, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.