1
0
forked from aniani/vim

updated for version 7.3.1300

Problem:    Mac: tiny and small build fails.
Solution:   Don't include os_macosx.m in tiny build. Include mouse support in
            small build. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2013-07-03 19:52:53 +02:00
parent 32ac8cdaaa
commit 3437b91102
4 changed files with 16 additions and 0 deletions

View File

@@ -101,6 +101,9 @@
# 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)