comparison src/version.c @ 22314:41e118669df3 v8.2.1706

patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error Commit: https://github.com/vim/vim/commit/7cbfaa51de7b225effdc79a008c71a5551883c38 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 18 21:25:32 2020 +0200 patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error Problem: Vim9: crash after running into the "Multiple closures" error. Solution: When a function fails still update any closures. (closes https://github.com/vim/vim/issues/6973)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Sep 2020 21:30:04 +0200
parents e06ba60fbbd8
children d275371fd1e7
comparison
equal deleted inserted replaced
22313:9b684e0b4c2f 22314:41e118669df3
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 1706,
753 /**/ 755 /**/
754 1705, 756 1705,
755 /**/ 757 /**/
756 1704, 758 1704,
757 /**/ 759 /**/