commit | 417ccd7138d4d230d328de8b0d3892dd82ff1bee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 21:26:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 21:26:20 2016 +0200 |
tree | 9dbbb0b04dd9a3eba03b1d949348d1616b878aef | |
parent | 779f2fc3a7468e273897d2fd0672315812a2e3da [diff] [blame] |
patch 7.4.2304 Problem: In a timer callback the timer itself can't be found or stopped. (Thinca) Solution: Do not remove the timer from the list, remember whether it was freed.
diff --git a/src/version.c b/src/version.c index edee28a..b0ee536 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2304, +/**/ 2303, /**/ 2302,