073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.571
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.571 (after 7.4.569)
073263
Problem:    Can't build with tiny features. (Ike Devolder)
073263
Solution:   Add #ifdef.
073263
Files:	    src/getchar.c
073263
073263
073263
*** ../vim-7.4.570/src/getchar.c	2015-01-14 12:44:38.403422124 +0100
073263
--- src/getchar.c	2015-01-14 14:06:14.457992406 +0100
073263
***************
073263
*** 3710,3718 ****
073263
--- 3710,3720 ----
073263
  	else if (*keys == Ctrl_C)
073263
  	{
073263
  	    /* If CTRL-C has been unmapped, reuse it for Interrupting. */
073263
+ #ifdef FEAT_LOCALMAP
073263
  	    if (map_table == curbuf->b_maphash)
073263
  		curbuf->b_mapped_ctrl_c &= ~mode;
073263
  	    else
073263
+ #endif
073263
  		mapped_ctrl_c &= ~mode;
073263
  	}
073263
  	goto theend;
073263
***************
073263
*** 3750,3758 ****
073263
--- 3752,3762 ----
073263
      /* If CTRL-C has been mapped, don't always use it for Interrupting. */
073263
      if (*keys == Ctrl_C)
073263
      {
073263
+ #ifdef FEAT_LOCALMAP
073263
  	if (map_table == curbuf->b_maphash)
073263
  	    curbuf->b_mapped_ctrl_c |= mode;
073263
  	else
073263
+ #endif
073263
  	    mapped_ctrl_c |= mode;
073263
      }
073263
  
073263
*** ../vim-7.4.570/src/version.c	2015-01-14 14:04:05.511397639 +0100
073263
--- src/version.c	2015-01-14 14:07:02.889464623 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     571,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
91. It's Saturday afternoon in the middle of May and you
073263
    are on computer.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///