]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1081: Lua: cannot use table.insert() and table.remove() v8.2.1081
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2020 20:41:26 +0000 (22:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2020 20:41:26 +0000 (22:41 +0200)
commita1f9f8666ed3a462eb8a518e78418c57dc41bbd4
treede92931b3cc7d3a9399c872447789c753f005d33
parentb7a78f7a6713f07d2fcad0b27dea22925c7b1cdf
patch 8.2.1081: Lua: cannot use table.insert() and table.remove()

Problem:    Lua: cannot use table.insert() and table.remove().
Solution:   Add the list functions. (Prabir Shrestha, closes #6353)
runtime/doc/if_lua.txt
src/if_lua.c
src/testdir/test_lua.vim
src/version.c