summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-26 23:42:10 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-26 23:42:10 +0100
commit00b1e041654e8a38fb6b81218a037e1dc94e0943 (patch)
treecc89e87c49d55bb9e463fad7ab0a0f73068c6f9a /src/version.c
parente6fdf79980c0f2856700d4f46de700293f477429 (diff)
downloadvim-git-8.1.0643.tar.gz
patch 8.1.0643: computing byte offset wrongv8.1.0643
Problem: Computing byte offset wrong. (Bjorn Linse) Solution: Use the right variable for array index.
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 dc1135827..06f7a8a49 100644
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 643,
+/**/
642,
/**/
641,