diff src/version.c @ 22460:4097509ecc1e v8.2.1778

patch 8.2.1778: Vim9: returning from a partial call clears outer context Commit: https://github.com/vim/vim/commit/5366e1aecfff4546df6af86cf98013f23ed5c3bd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 1 13:01:34 2020 +0200 patch 8.2.1778: Vim9: returning from a partial call clears outer context Problem: Vim9: returning from a partial call clears outer context, causing a crash. Solution: Put the outer context in the stack frame. (closes #7044)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Oct 2020 13:15:03 +0200
parents f5731190bc66
children 89566aaebfb2
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 */
 /**/
+    1778,
+/**/
     1777,
 /**/
     1776,