comparison src/version.c @ 21299:883315e762b7 v8.2.1200

patch 8.2.1200: Vim9: cannot disassemble a lambda function Commit: https://github.com/vim/vim/commit/bfd65589d9b6bd5fd2c8ee768d1427469bd61ead Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 18:18:00 2020 +0200 patch 8.2.1200: Vim9: cannot disassemble a lambda function Problem: Vim9: cannot disassemble a lambda function. Solution: Recognize "<lambda>123" as a function name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 18:30:04 +0200
parents 3ef53d66f30d
children 60011b87aae1
comparison
equal deleted inserted replaced
21298:e4e65c7d3dc2 21299:883315e762b7
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1200,
757 /**/ 759 /**/
758 1199, 760 1199,
759 /**/ 761 /**/
760 1198, 762 1198,
761 /**/ 763 /**/