summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-14 22:05:15 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-14 22:05:15 +0100
commita2c0028fdf8dcf0408e27be730ac0e691ef9559b (patch)
tree46f3b527e0d22d73b68685f4499654f9d5205018 /src/version.c
parent9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2 (diff)
patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558
Problem: Wrong error for unreachable code after :throw. Solution: Adjust the error message.
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 cf91da5536..689b1a2c75 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1558,
+/**/
1557,
/**/
1556,