]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.700 v7.3.700
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 00:17:45 +0000 (02:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 00:17:45 +0000 (02:17 +0200)
Problem:    Cannot detect URXVT and SGR mouse support.
Solution:   add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)

src/eval.c
src/feature.h
src/version.c

index 66b8606e050de3806b7dfbbb1d8b81ac3e9e89b1..2f370b74ced7af5471fe8e2db20a49669776415e 100644 (file)
@@ -12276,9 +12276,15 @@ f_has(argvars, rettv)
 # ifdef FEAT_MOUSE_PTERM
        "mouse_pterm",
 # endif
+# ifdef FEAT_MOUSE_SGR
+       "mouse_sgr",
+# endif
 # ifdef FEAT_SYSMOUSE
        "mouse_sysmouse",
 # endif
+# ifdef FEAT_MOUSE_URXVT
+       "mouse_urxvt",
+# endif
 # ifdef FEAT_MOUSE_XTERM
        "mouse_xterm",
 # endif
index f33510480b485491bb55a7cccafa80644dfc62d4..7ef654bb39a9da34c9c4d97eb80740990b2d84ad 100644 (file)
  * +mouse_gpm          Unix only: Include code for Linux console mouse
  *                     handling.
  * +mouse_pterm                PTerm mouse support for QNX
+ * +mouse_sgr          Unix only: Include code for for SGR-styled mouse.
  * +mouse_sysmouse     Unix only: Include code for FreeBSD and DragonFly
  *                     console mouse handling.
+ * +mouse_urxvt                Unix only: Include code for for urxvt mosue handling.
  * +mouse              Any mouse support (any of the above enabled).
  */
 /* OS/2 and Amiga console have no mouse support */
index e0404d0b3236994c26064ddac8e1b439297b8b9d..cbe525cc241095f9ef42480dbadb8b72cb6efdf7 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    700,
 /**/
     699,
 /**/