summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-04 15:07:16 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-04 15:07:16 +0100
commit631e8f93458b102091d54c502f489c03e454d4da (patch)
tree93dad9375b29d35290540616bc1350cc2c32af02 /src/version.c
parentc7f7f6db3e9d3b6b723ed17d5244c83859583832 (diff)
patch 8.2.1953: Vim9: extra "unknown" error after other errorv8.2.1953
Problem: Vim9: extra "unknown" error after other error. Solution: Restore did_emsg count after EXEC instruction. (closes #7254) Improve error message from assert_fails()
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 98a3ab1530..a55d2f3eee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1953,
+/**/
1952,
/**/
1951,