1
0
forked from aniani/vim

patch 8.2.1066: Lua arrays are zero based

Problem:    Lua arrays are zero based.
Solution:   Make Lua arrays one based. (Prabir Shrestha, closes #6347)
            Note: this is not backwards compatible.
This commit is contained in:
Bram Moolenaar
2020-06-27 12:32:57 +02:00
parent 7147820cb9
commit bd84617d1a
4 changed files with 32 additions and 16 deletions

View File

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