To: vim_dev@googlegroups.com Subject: Patch 7.4.1885 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1885 Problem: MinGW console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. (Ken Takata) Files: src/Make_cyg_ming.mak *** ../vim-7.4.1884/src/Make_cyg_ming.mak 2016-03-22 20:42:26.967739061 +0100 --- src/Make_cyg_ming.mak 2016-06-03 19:40:06.367216572 +0200 *************** *** 67,73 **** --- 67,77 ---- # Set to yes to enable Netbeans support (requires CHANNEL). NETBEANS=$(GUI) # Set to yes to enable inter process communication. + ifeq (HUGE, $(FEATURES)) + CHANNEL=yes + else CHANNEL=$(GUI) + endif # Link against the shared version of libstdc++ by default. Set *** ../vim-7.4.1884/src/version.c 2016-06-03 19:05:37.291245033 +0200 --- src/version.c 2016-06-03 19:41:06.843215740 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1885, /**/ -- A fine is a tax for doing wrong. A tax is a fine for doing well. /// 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 ///