summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2022-05-09 21:03:47 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-09 21:03:47 +0100
commit57ff52677bf5ba1651281ffe40505df8feba4a36 (patch)
tree3c657ec985fabf158175925c607f507221de4ef9 /src/version.c
parent6ed545e79735f23ff8e650bc2f0967e5a0baedc9 (diff)
downloadvim-git-57ff52677bf5ba1651281ffe40505df8feba4a36.tar.gz
patch 8.2.4929: off-by-one error in in statusline itemv8.2.4929
Problem: Off-by-one error in in statusline item. Solution: Subtrace one less. (closes #10394, closes #5599)
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 c069781c3..6fbc3bec0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4929,
+/**/
4928,
/**/
4927,