]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1066: Lua arrays are zero based v8.2.1066
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2020 10:32:57 +0000 (12:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2020 10:32:57 +0000 (12:32 +0200)
commitbd84617d1a6766efd59c94aabebb044bef805b99
tree57fc315043f9e042b25d78e5c7ebd39ff5b3ad8d
parent7147820cb978f5b179cfec2f9d8b7774e28d43e0
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.
runtime/doc/if_lua.txt
src/if_lua.c
src/testdir/test_lua.vim
src/version.c