commit | 92e35efaf6a3278e4729115648997f09cd4005f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 18:20:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 18:20:41 2016 +0100 |
tree | 3bc925088f60a9d49de94350faff812ec662cf90 | |
parent | 1e7885abe8daa793fd9328d0fd6c456214cb467e [diff] [blame] |
patch 7.4.1656 Problem: Crash when using partial with a timer. Solution: Increment partial reference count. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index a3d6e1e..28ac3e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1656, +/**/ 1655, /**/ 1654,