I suspect it's because 7.4.1399 appears to be in UTF-8, while digraph.c is in latin1.
On Wed, Feb 24, 2016 at 10:22 AM, omoikane <[email protected]> wrote: > It does match, so what seemed to have happened is that the patch > failed to apply: > > patching file src/digraph.c > Hunk #1 FAILED at 39. > 1 out of 7 hunks FAILED -- saving rejects to file src/digraph.c.rej > > > > On Wed, Feb 24, 2016 at 9:54 AM, Bram Moolenaar <[email protected]> wrote: >> >> Omoikane wrote: >> >>> This change appears to have broken digraph.c, please take a look? >>> >>> digraph.c:16:0: error: unterminated #if >>> #if defined(FEAT_DIGRAPHS) || defined(PROTO) >>> ^ >> >> It's OK here, please check if your source code matches what's in the >> respository. >> >> -- >> ARTHUR: Go on, Bors, chop its head off. >> BORS: Right. Silly little bleeder. One rabbit stew coming up. >> "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES >> LTD >> >> /// 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.
