To: vim_dev@googlegroups.com Subject: Patch 7.4.2118 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///