1
0
forked from aniani/vim

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 #8383)
This commit is contained in:
Dominique Pelle
2021-06-15 19:09:43 +02:00
committed by Bram Moolenaar
parent caf1a2f296
commit affd0bc626
2 changed files with 3 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3002,
/**/
3001,
/**/