1
0
forked from aniani/vim

patch 8.1.0643: computing byte offset wrong

Problem:    Computing byte offset wrong. (Bjorn Linse)
Solution:   Use the right variable for array index.
This commit is contained in:
Bram Moolenaar
2018-12-26 23:42:10 +01:00
parent e6fdf79980
commit 00b1e04165
3 changed files with 6 additions and 4 deletions

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
643,
/**/
642,
/**/