073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.200
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.200
073263
Problem:    Too many #ifdefs in the code.
073263
Solution:   Enable FEAT_VISUAL always, await any complaints
073263
Files:	    src/feature.h
073263
073263
073263
*** ../vim-7.4.199/src/feature.h	2014-02-23 22:52:33.372764715 +0100
073263
--- src/feature.h	2014-03-12 17:48:24.396844782 +0100
073263
***************
073263
*** 211,228 ****
073263
  #endif
073263
  
073263
  /*
073263
!  * +visual		Visual mode.
073263
   * +visualextra		Extra features for Visual mode (mostly block operators).
073263
   */
073263
! #ifdef FEAT_SMALL
073263
! # define FEAT_VISUAL
073263
! # ifdef FEAT_NORMAL
073263
! #  define FEAT_VISUALEXTRA
073263
! # endif
073263
! #else
073263
! # ifdef FEAT_CLIPBOARD
073263
! #  undef FEAT_CLIPBOARD	/* can't use clipboard without Visual mode */
073263
! # endif
073263
  #endif
073263
  
073263
  /*
073263
--- 211,222 ----
073263
  #endif
073263
  
073263
  /*
073263
!  * +visual		Visual mode - now always included.
073263
   * +visualextra		Extra features for Visual mode (mostly block operators).
073263
   */
073263
! #define FEAT_VISUAL
073263
! #ifdef FEAT_NORMAL
073263
! # define FEAT_VISUALEXTRA
073263
  #endif
073263
  
073263
  /*
073263
*** ../vim-7.4.199/src/version.c	2014-03-12 17:41:59.128838878 +0100
073263
--- src/version.c	2014-03-12 17:52:28.080848516 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     200,
073263
  /**/
073263
073263
-- 
073263
It is illegal to take more than three sips of beer at a time while standing.
073263
		[real standing law in Texas, United States of America]
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    ///