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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.