commit | e3188e261569ae512fb1ae2653b57fdd9e259ca3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 21:13:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 21:13:04 2016 +0200 |
tree | 87c05229ae16e555ac400824415470337734dba4 | |
parent | ef3abc6442260e9a0314970a532400b05571d3fe [diff] [blame] |
patch 7.4.1860 Problem: Using a partial for timer_start() may cause a crash. Solution: Set the copyID in timer objects. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index eb9f2c7..515f518 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1860, +/**/ 1859, /**/ 1858,