commit | 57ff52677bf5ba1651281ffe40505df8feba4a36 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Mon May 09 21:03:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 21:03:47 2022 +0100 |
tree | 3c657ec985fabf158175925c607f507221de4ef9 | |
parent | 6ed545e79735f23ff8e650bc2f0967e5a0baedc9 [diff] [blame] |
patch 8.2.4929: off-by-one error in in statusline item Problem: Off-by-one error in in statusline item. Solution: Subtrace one less. (closes #10394, closes #5599)
diff --git a/src/version.c b/src/version.c index c069781..6fbc3be 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4929, +/**/ 4928, /**/ 4927,