commit | affd0bc626560631f1df2e0f68db2f15dbda47e1 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Tue Jun 15 19:09:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 19:09:43 2021 +0200 |
tree | 69987156a2cd2dacb1024afc848b474b3e9c1318 | |
parent | caf1a2f296499bdcf030aca545a04da65ac210a1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3696c2e..1f757b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3002, +/**/ 3001, /**/ 3000,