d8a1591
To: vim_dev@googlegroups.com
d8a1591
Subject: Patch 7.3.616
d8a1591
Fcc: outbox
d8a1591
From: Bram Moolenaar <Bram@moolenaar.net>
d8a1591
Mime-Version: 1.0
d8a1591
Content-Type: text/plain; charset=UTF-8
d8a1591
Content-Transfer-Encoding: 8bit
d8a1591
------------
d8a1591
d8a1591
Patch 7.3.616 (after 7.3.610)
d8a1591
Problem:    Can't compile without +visual.
d8a1591
Solution:   Add #ifdef.
d8a1591
Files:	    src/normal.c
d8a1591
d8a1591
d8a1591
*** ../vim-7.3.615/src/normal.c	2012-07-25 15:06:20.000000000 +0200
d8a1591
--- src/normal.c	2012-07-27 20:52:01.000000000 +0200
d8a1591
***************
d8a1591
*** 8002,8008 ****
d8a1591
--- 8002,8010 ----
d8a1591
       */
d8a1591
      case 'N':
d8a1591
      case 'n':
d8a1591
+ #ifdef FEAT_VISUAL
d8a1591
  	if (!current_search(cap->count1, cap->nchar == 'n'))
d8a1591
+ #endif
d8a1591
  	    beep_flush();
d8a1591
  
d8a1591
  	break;
d8a1591
*** ../vim-7.3.615/src/version.c	2012-07-25 17:22:17.000000000 +0200
d8a1591
--- src/version.c	2012-07-27 20:52:58.000000000 +0200
d8a1591
***************
d8a1591
*** 716,717 ****
d8a1591
--- 716,719 ----
d8a1591
  {   /* Add new patch number below this line */
d8a1591
+ /**/
d8a1591
+     616,
d8a1591
  /**/
d8a1591
d8a1591
-- 
d8a1591
The CIA drives around in cars with the "Intel inside" logo.
d8a1591
d8a1591
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
d8a1591
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
d8a1591
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
d8a1591
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///