commit | 5af7d712763904e2018efb0485c520cd12935d54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 17:15:51 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 17:15:51 2012 +0100 |
tree | 0d6332c7655d411585793a8d552bea25fe79f4df | |
parent | 6d6cec83750a4158044a25696e8ae69eda1c3798 [diff] [blame] |
updated for version 7.3.405 Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger)
diff --git a/src/version.c b/src/version.c index e2a2fa2..73bb3ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 405, +/**/ 404, /**/ 403,