diff src/version.c @ 22343:9f5a84baa464 v8.2.1720

patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed Commit: https://github.com/vim/vim/commit/078269bdce7e75d5693c7313d92a229786bb95ee Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 21 20:35:55 2020 +0200 patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed Problem: Vim9: memory leak with heredoc that isn't executed. (Dominique Pell?) Solution: Don't clear the list items. (closes #6991)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Sep 2020 20:45:04 +0200
parents fc3350a38389
children 82192df9f18f
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 */
 /**/
+    1720,
+/**/
     1719,
 /**/
     1718,