1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-09-01 21:26:20 +02:00
parent 779f2fc3a7
commit 417ccd7138
3 changed files with 35 additions and 5 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2304,
/**/
2303,
/**/