diff src/version.c @ 24502:5baac0b4b41c v8.2.2791

patch 8.2.2791: Vim9: memory leak when using =expr in :substitute Commit: https://github.com/vim/vim/commit/5c787fb7928c4cc1e7d6eec0be1bbd63d903cc8d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 20 21:49:35 2021 +0200 patch 8.2.2791: Vim9: memory leak when using \=expr in :substitute Problem: Vim9: memory leak when using \=expr in :substitute. Solution: Do not allocate a new instruction list.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Apr 2021 22:00:04 +0200
parents 54b6455e637c
children e7577f79d6eb
line wrap: on
line diff
--- 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 */
 /**/
+    2791,
+/**/
     2790,
 /**/
     2789,