summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-01 22:49:22 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-01 22:49:22 +0200
commitbc7ce675b2d1c9fb58c067eff3edd59abc30aba4 (patch)
treedf3fc4f3d1467680240f95d5cf51d65eae88cb86 /src/version.c
parent8dd3a43d75550e9b5736066124c97697564f769e (diff)
downloadvim-git-bc7ce675b2d1c9fb58c067eff3edd59abc30aba4.tar.gz
patch 7.4.2143v7.4.2143
Problem: A funccal is garbage collected while it can still be used. Solution: Set copyID in all referenced functions. Do not list lambda functions with ":function".
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 236166680..1c7d2c388 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2143,
+/**/
2142,
/**/
2141,