comparison src/version.c @ 30287:8730f0f77e00 v9.0.0479

patch 9.0.0479: in :def function all closures in loop get the same variables Commit: https://github.com/vim/vim/commit/1aea184a0dc558a222cc5bcbaad9ab0fd700c7b9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 16 15:47:09 2022 +0100 patch 9.0.0479: in :def function all closures in loop get the same variables Problem: In a :def function all closures in a loop get the same variables. Solution: Use a separate list of variables for LOADOUTER and SAVEOUTER.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Sep 2022 17:00:05 +0200
parents 9edb1a8161ac
children 085406413994
comparison
equal deleted inserted replaced
30286:dab162d5609c 30287:8730f0f77e00
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 479,
706 /**/ 708 /**/
707 478, 709 478,
708 /**/ 710 /**/
709 477, 711 477,
710 /**/ 712 /**/