mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.2118
Problem: Mac: can't build with tiny features. Solution: Don't define FEAT_CLIPBOARD unconditionally. (Kazunobu Kuriyama)
This commit is contained in:
@@ -758,6 +758,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2118,
|
||||||
/**/
|
/**/
|
||||||
2117,
|
2117,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -98,11 +98,11 @@
|
|||||||
# ifndef HAVE_CONFIG_H
|
# ifndef HAVE_CONFIG_H
|
||||||
# define UNIX
|
# define UNIX
|
||||||
# endif
|
# endif
|
||||||
# ifndef FEAT_CLIPBOARD
|
# if defined(FEAT_SMALL) && !defined(FEAT_CLIPBOARD)
|
||||||
# define FEAT_CLIPBOARD
|
# define FEAT_CLIPBOARD
|
||||||
# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
|
# endif
|
||||||
# define FEAT_MOUSE
|
# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
|
||||||
# endif
|
# define FEAT_MOUSE
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
|
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
|
||||||
|
Reference in New Issue
Block a user