comparison src/version.c @ 24930:b7585162b184 v8.2.3002

patch 8.2.3002: Vim doesn't abort on a fatal Tcl error Commit: https://github.com/vim/vim/commit/affd0bc626560631f1df2e0f68db2f15dbda47e1 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Jun 15 19:09:43 2021 +0200 patch 8.2.3002: Vim doesn't abort on a fatal Tcl error Problem: Vim doesn't abort on a fatal Tcl error. Solution: Change emsg() to iemsg(). (Dominique Pell?, closes https://github.com/vim/vim/issues/8383)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jun 2021 19:15:03 +0200
parents cf4bc18a3931
children afaa7f3aae56
comparison
equal deleted inserted replaced
24929:1ede0f0ab8d9 24930:b7585162b184
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 3002,
753 /**/ 755 /**/
754 3001, 756 3001,
755 /**/ 757 /**/
756 3000, 758 3000,
757 /**/ 759 /**/