comparison 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
comparison
equal deleted inserted replaced
24501:f9f7dc993602 24502:5baac0b4b41c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2791,
753 /**/ 755 /**/
754 2790, 756 2790,
755 /**/ 757 /**/
756 2789, 758 2789,
757 /**/ 759 /**/