diff options
| author | Bram Moolenaar <Bram@vim.org> | 2018-12-26 23:42:10 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2018-12-26 23:42:10 +0100 |
| commit | 00b1e041654e8a38fb6b81218a037e1dc94e0943 (patch) | |
| tree | cc89e87c49d55bb9e463fad7ab0a0f73068c6f9a /src/version.c | |
| parent | e6fdf79980c0f2856700d4f46de700293f477429 (diff) | |
| download | vim-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.c | 2 |
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, |
