comparison src/version.c @ 27299:7218ad7a55d2 v8.2.4178

patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging Commit: https://github.com/vim/vim/commit/0bfa84916d110d4f4d863e91e144ff05ba431316 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 22 12:27:04 2022 +0000 patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging Problem: Vim9: invalid error for return type of lambda when debugging. Solution: Do not check the return type of a lambda. (closes https://github.com/vim/vim/issues/9589)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jan 2022 13:30:05 +0100
parents f7cb41ff22a4
children ebe56a24acb6
comparison
equal deleted inserted replaced
27298:3e5e360d9096 27299:7218ad7a55d2
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4178,
753 /**/ 755 /**/
754 4177, 756 4177,
755 /**/ 757 /**/
756 4176, 758 4176,
757 /**/ 759 /**/