diff src/version.c @ 3887:c656847932d3 v7.3.700

updated for version 7.3.700 Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 02:17:45 +0200
parents 4ffb6f9b58e0
children 48af86560945
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    700,
+/**/
     699,
 /**/
     698,