view .gitattributes @ 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 ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff