comparison src/version.c @ 25059:671ded1facd5

patch 8.2.3066: Vim9: debugging lambda does not work Commit: https://github.com/vim/vim/commit/17d868b8b268c9b9670421039d1a772341937add Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 16:29:53 2021 +0200 patch 8.2.3066: Vim9: debugging lambda does not work Problem: Vim9: debugging lambda does not work. Solution: Use the compile type of the function when compiling a lambda. (closes #8412)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 16:30:04 +0200
parents ffc3e1164652
children 54c0cb81e6a7
comparison
equal deleted inserted replaced
25058:2bf78a07dd43 25059:671ded1facd5
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3066,
758 /**/ 760 /**/
759 3065, 761 3065,
760 /**/ 762 /**/
761 3064, 763 3064,
762 /**/ 764 /**/