commit | ee39ef0b93d31763d05e54ba99801e3f1a254c0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 19:17:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 19:17:42 2016 +0200 |
tree | 365f8dbee248b74e8f305e78d865f3e43fb2a8fd | |
parent | 80c3fd7c559c7d329d57afe10db9bfb0adf10e46 [diff] [blame] |
patch 7.4.2361 Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi) Solution: Check for the number not going up.
diff --git a/src/version.c b/src/version.c index a71647b..9a6851e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2361, +/**/ 2360, /**/ 2359,