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.
*** ../vim-7.4.1398/src/digraph.c	2016-01-30 15:14:02.539448913 +0100
--- src/digraph.c	2016-02-23 13:44:33.543432707 +0100
***************
*** 39,112 ****
   * compilers cannot handle them (Amiga SAS/C is the most picky one).
   */
  static digr_T digraphdefault[] =
! #if defined(MSDOS)
! 	/*
! 	 * MSDOS digraphs.
! 	 */
!        {{'C', ',', 128},	/* ~@ XX */
! 	{'u', '"', 129},	/*  */
! 	{'e', '\'', 130},	/* ‚ */
! 	{'a', '^', 131},	/* ƒ */
! 	{'a', '"', 132},	/* „ */
! 	{'a', '`', 133},	/* … */
! 	{'a', '@', 134},	/* † */
! 	{'c', ',', 135},	/* ~G XX */
! 	{'e', '^', 136},	/* ~H XX */
! 	{'e', '"', 137},	/* ‰ */
! 	{'e', '`', 138},	/* Š */
! 	{'i', '"', 139},	/* ‹ */
! 	{'i', '^', 140},	/* Œ */
! 	{'i', '`', 141},	/*  */
! 	{'A', '"', 142},	/* ~N XX */
! 	{'A', '@', 143},	/*  */
! 	{'E', '\'', 144},	/*  */
! 	{'a', 'e', 145},	/* ‘ */
! 	{'A', 'E', 146},	/* ’ */
! 	{'o', '^', 147},	/* “ */
! 	{'o', '"', 148},	/* ” */
! 	{'o', '`', 149},	/* • */
! 	{'u', '^', 150},	/* – */
! 	{'u', '`', 151},	/* — */
! 	{'y', '"', 152},	/* ˜ */
! 	{'O', '"', 153},	/* ™ */
! 	{'U', '"', 154},	/* š */
! 	{'c', '|', 155},	/* › */
! 	{'$', '$', 156},	/* œ */
! 	{'Y', '-', 157},	/* ~] XX */
! 	{'P', 't', 158},	/* ž */
! 	{'f', 'f', 159},	/* Ÿ */
! 	{'a', '\'', 160},	/*   */
! 	{'i', '\'', 161},	/* ¡ */
! 	{'o', '\'', 162},	/* ¢ */
! 	{'u', '\'', 163},	/* x XX */
! 	{'n', '~', 164},	/* ¤ */
! 	{'N', '~', 165},	/* ¥ */
! 	{'a', 'a', 166},	/* ¦ */
! 	{'o', 'o', 167},	/* § */
! 	{'~', '?', 168},	/* ¨ */
! 	{'-', 'a', 169},	/* © */
! 	{'a', '-', 170},	/* ª */
! 	{'1', '2', 171},	/* « */
! 	{'1', '4', 172},	/* ¬ */
! 	{'~', '!', 173},	/* ­ */
! 	{'<', '<', 174},	/* ® */
! 	{'>', '>', 175},	/* ¯ */
! 
! 	{'s', 's', 225},	/* á */
! 	{'j', 'u', 230},	/* æ */
! 	{'o', '/', 237},	/* í */
! 	{'+', '-', 241},	/* ñ */
! 	{'>', '=', 242},	/* ò */
! 	{'<', '=', 243},	/* ó */
! 	{':', '-', 246},	/* ö */
! 	{'~', '~', 247},	/* ÷ */
! 	{'~', 'o', 248},	/* ø */
! 	{'2', '2', 253},	/* ý */
! 	{NUL, NUL, NUL}
! 	};
! 
! #else	/* !MSDOS */
! # ifdef __MINT__
  
  	/*
  	 * ATARI digraphs
--- 39,45 ----
   * compilers cannot handle them (Amiga SAS/C is the most picky one).
   */
  static digr_T digraphdefault[] =
! #ifdef __MINT__
  
  	/*
  	 * ATARI digraphs

Raspunde prin e-mail lui