]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.900 v7.3.900
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 13:40:33 +0000 (15:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 13:40:33 +0000 (15:40 +0200)
Problem:    Not obvious that some mouse features are mutual-exclusive.
Solution:   Add a comment.

src/feature.h
src/version.c

index 434c07f413743cfdfb7ec91f57358afe34862553..330a74868ed3bdcd2f895b7a77d79117e31e422f 100644 (file)
 # endif
 #endif
 
+/*
+ * Note: Only one of the following may be defined:
+ * FEAT_MOUSE_GPM
+ * FEAT_SYSMOUSE
+ * FEAT_MOUSE_JSB
+ * FEAT_MOUSE_PTERM
+ */
 #if defined(FEAT_NORMAL) && defined(HAVE_GPM)
 # define FEAT_MOUSE_GPM
 #endif
index 4a5a0be90fce030d1c6a6d1da43381395fffb594..9884bf9129c631e8bf9d7aa90e60060c5de095ac 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    900,
 /**/
     899,
 /**/