1
0
forked from aniani/vim

patch 8.2.3768: timer_info() has the wrong repeat value in a timer callback

Problem:    timer_info() has the wrong repeat value in a timer callback.
Solution:   Do not add one to the repeat value when in the callback.
            (closes #9294)
This commit is contained in:
Bram Moolenaar
2021-12-09 18:42:57 +00:00
parent e8a92b6166
commit 95b2dd0c00
3 changed files with 11 additions and 1 deletions

View File

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