Karsten Hopp 3a74eb
To: vim_dev@googlegroups.com
Karsten Hopp 3a74eb
Subject: Patch 7.3.900
Karsten Hopp 3a74eb
Fcc: outbox
Karsten Hopp 3a74eb
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 3a74eb
Mime-Version: 1.0
Karsten Hopp 3a74eb
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 3a74eb
Content-Transfer-Encoding: 8bit
Karsten Hopp 3a74eb
------------
Karsten Hopp 3a74eb
Karsten Hopp 3a74eb
Patch 7.3.900
Karsten Hopp 3a74eb
Problem:    Not obvious that some mouse features are mutual-exclusive.
Karsten Hopp 3a74eb
Solution:   Add a comment.
Karsten Hopp 3a74eb
Files:	    src/feature.h
Karsten Hopp 3a74eb
Karsten Hopp 3a74eb
Karsten Hopp 3a74eb
*** ../vim-7.3.899/src/feature.h	2013-02-26 14:56:24.000000000 +0100
Karsten Hopp 3a74eb
--- src/feature.h	2013-04-15 15:29:17.000000000 +0200
Karsten Hopp 3a74eb
***************
Karsten Hopp 3a74eb
*** 1088,1093 ****
Karsten Hopp 3a74eb
--- 1088,1100 ----
Karsten Hopp 3a74eb
  # endif
Karsten Hopp 3a74eb
  #endif
Karsten Hopp 3a74eb
  
Karsten Hopp 3a74eb
+ /*
Karsten Hopp 3a74eb
+  * Note: Only one of the following may be defined:
Karsten Hopp 3a74eb
+  * FEAT_MOUSE_GPM
Karsten Hopp 3a74eb
+  * FEAT_SYSMOUSE
Karsten Hopp 3a74eb
+  * FEAT_MOUSE_JSB
Karsten Hopp 3a74eb
+  * FEAT_MOUSE_PTERM
Karsten Hopp 3a74eb
+  */
Karsten Hopp 3a74eb
  #if defined(FEAT_NORMAL) && defined(HAVE_GPM)
Karsten Hopp 3a74eb
  # define FEAT_MOUSE_GPM
Karsten Hopp 3a74eb
  #endif
Karsten Hopp 3a74eb
*** ../vim-7.3.899/src/version.c	2013-04-15 15:32:20.000000000 +0200
Karsten Hopp 3a74eb
--- src/version.c	2013-04-15 15:39:10.000000000 +0200
Karsten Hopp 3a74eb
***************
Karsten Hopp 3a74eb
*** 730,731 ****
Karsten Hopp 3a74eb
--- 730,733 ----
Karsten Hopp 3a74eb
  {   /* Add new patch number below this line */
Karsten Hopp 3a74eb
+ /**/
Karsten Hopp 3a74eb
+     900,
Karsten Hopp 3a74eb
  /**/
Karsten Hopp 3a74eb
Karsten Hopp 3a74eb
-- 
Karsten Hopp 3a74eb
If Microsoft would build a car...
Karsten Hopp 3a74eb
... Occasionally your car would die on the freeway for no
Karsten Hopp 3a74eb
reason. You would have to pull over to the side of the road,
Karsten Hopp 3a74eb
close all of the car windows, shut it off, restart it, and
Karsten Hopp 3a74eb
reopen the windows before you could continue. For some reason
Karsten Hopp 3a74eb
you would simply accept this.
Karsten Hopp 3a74eb
Karsten Hopp 3a74eb
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 3a74eb
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 3a74eb
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 3a74eb
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///