diff src/version.c @ 3885:4ffb6f9b58e0 v7.3.699

updated for version 7.3.699 Problem: When 'ttymouse' is set to "sgr" manually, it is overruled by automatic detection. Solution: Do not use automatic detection when 'ttymouse' was set manually. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 02:10:24 +0200
parents b5b892472ecb
children c656847932d3
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 */
 /**/
+    699,
+/**/
     698,
 /**/
     697,