summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-12 19:15:45 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-12 19:15:45 +0100
commit8a677a37d03692db274c8b00cb20dbba9604505e (patch)
treebcb4cca40533f5f83de424483e4e8ee1086b3f3a /src/version.c
parent3a05ce63feae040cd817be289e84c2a7e653d59d (diff)
downloadvim-git-8a677a37d03692db274c8b00cb20dbba9604505e.tar.gz
patch 8.2.0374: using wrong printf directive for jump locationv8.2.0374
Problem: Using wrong printf directive for jump location. Solution: Change "%lld" to "%d". (James McCoy, closes #5773)
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 e55c26143..6f1b9e793 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 374,
+/**/
373,
/**/
372,