summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-28 22:41:26 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-28 22:41:26 +0200
commita1f9f8666ed3a462eb8a518e78418c57dc41bbd4 (patch)
treede92931b3cc7d3a9399c872447789c753f005d33 /src/version.c
parentb7a78f7a6713f07d2fcad0b27dea22925c7b1cdf (diff)
patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081
Problem: Lua: cannot use table.insert() and table.remove(). Solution: Add the list functions. (Prabir Shrestha, closes #6353)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0c24515bc8..69c89ff443 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1081,
+/**/
1080,
/**/
1079,