summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-19 17:06:11 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-19 17:06:11 +0100
commit257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d (patch)
treedcbecc0c8309f33837bad940e9665b3f703ffc28 /src/version.c
parent63ce4849efa54d3980446ad337d0e1248ec86182 (diff)
patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280
Problem: Vim9: throw in :def function not caught higher up. Solution: Set "need_rethrow".
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 d748416cae..2ff3460757 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 280,
+/**/
279,
/**/
278,