commit | bffa06ddb8d25081dea48274aff2cb65ebef6ced | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 02:10:24 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 02:10:24 2012 +0200 |
tree | f56e07220acb88b8d9600f92e4e35836c968098f | |
parent | 003d14a26771bf7d2c05013cd2fd9d2622f373b9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6613e50..e0404d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 699, +/**/ 698, /**/ 697,