summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-09 18:42:57 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-09 18:42:57 +0000
commit95b2dd0c008f0977ebb3cbe233a5064001a332e1 (patch)
treed797d7d90ff2277f2f1cca2910e1b3c7d8d4e364 /src/version.c
parente8a92b6166e32f8e583e01c9f541cf81cf76f8e6 (diff)
downloadvim-git-95b2dd0c008f0977ebb3cbe233a5064001a332e1.tar.gz
patch 8.2.3768: timer_info() has the wrong repeat value in a timer callbackv8.2.3768
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c3e34e4a9..473b93443 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3768,
+/**/
3767,
/**/
3766,