commit | 95b2dd0c008f0977ebb3cbe233a5064001a332e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 18:42:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 18:42:57 2021 +0000 |
tree | d797d7d90ff2277f2f1cca2910e1b3c7d8d4e364 | |
parent | e8a92b6166e32f8e583e01c9f541cf81cf76f8e6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c3e34e4..473b934 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3768, +/**/ 3767, /**/ 3766,