commit | bd84617d1a6766efd59c94aabebb044bef805b99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 12:32:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 12:32:57 2020 +0200 |
tree | 57fc315043f9e042b25d78e5c7ebd39ff5b3ad8d | |
parent | 7147820cb978f5b179cfec2f9d8b7774e28d43e0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0743833..d152f9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1066, +/**/ 1065, /**/ 1064,