summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-19 21:06:31 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-19 21:06:31 +0200
commit4f2df37a0d297a0f40ff15f8ce31285c7b529bcd (patch)
tree83e91b8bcc9c335a95305a95c30cfd3d10b53c4f /src/version.c
parent2d1c57ed3dd25c44b41b9ddd4cf63c01ae89007e (diff)
downloadvim-git-4f2df37a0d297a0f40ff15f8ce31285c7b529bcd.tar.gz
patch 8.2.2786: Vim9: memory leak when using :s with expressionv8.2.2786
Problem: Vim9: memory leak when using :s with expression. Solution: Clean up the instruction list.
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 22a2751bd..834196d83 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2786,
+/**/
2785,
/**/
2784,