forked from aniani/vim
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:
@@ -98,11 +98,11 @@
|
||||
# ifndef HAVE_CONFIG_H
|
||||
# define UNIX
|
||||
# endif
|
||||
# ifndef FEAT_CLIPBOARD
|
||||
# if defined(FEAT_SMALL) && !defined(FEAT_CLIPBOARD)
|
||||
# define FEAT_CLIPBOARD
|
||||
# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
|
||||
# define FEAT_MOUSE
|
||||
# endif
|
||||
# endif
|
||||
# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
|
||||
# define FEAT_MOUSE
|
||||
# endif
|
||||
#endif
|
||||
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
|
||||
|
Reference in New Issue
Block a user