On Wednesday, September 9, 2015 at 9:16:00 AM UTC+2, Ike wrote: > tiny build breaks with this patch, I've opened a pull request on github > that only uses plines_nofill when FEAT_DIFF or PROTO is defined. > > https://github.com/vim/vim/pull/416 > > -- > Ike
I think "FEAT_DIFF or PROTO" isn't enough. My Tiny build has PROTO but not FEAT_DIFF and it doesn't link without the patch in the thread I started about build errors. That patch has just #ifdef FEAT_DIFF ... #else ... #endif in move.c plus other (quickfix-related) changes in ex_docmd.c Best regards, Tony. -- -- 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.
