commit | cfb807026f678e2e99c98baa2b2b7e74b82b0fc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 02:17:45 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 02:17:45 2012 +0200 |
tree | dbf11d3a8dbd5f631f87068c4f77dd4730a0f325 | |
parent | bffa06ddb8d25081dea48274aff2cb65ebef6ced [diff] [blame] |
updated for version 7.3.700 Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
diff --git a/src/version.c b/src/version.c index e0404d0..cbe525c 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 700, +/**/ 699, /**/ 698,