commit | a1f9f8666ed3a462eb8a518e78418c57dc41bbd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 22:41:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 22:41:26 2020 +0200 |
tree | de92931b3cc7d3a9399c872447789c753f005d33 | |
parent | b7a78f7a6713f07d2fcad0b27dea22925c7b1cdf [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0c24515..69c89ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1081, +/**/ 1080, /**/ 1079,