summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-06-13 17:24:54 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-13 17:24:54 +0200
commita78eb25db3089b864dab8a9cc6c9e5270bf09644 (patch)
treec0c21d7aaad485d229e21a6756317989a0cd04ff /src/version.c
parent1c296026627d7ac8195e803b4c2393c21ae659b4 (diff)
patch 9.1.0481: Vim9: term_getjob() throws an exception on errorv9.1.0481
Problem: Vim9: term_getjob() throws an exception on error Solution: Return null_job instead, when there is no job (Ernie Rael) closes: #14984 Signed-off-by: Ernie Rael <errael@raelity.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 89ba9fc392..1360d1cfc3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 481,
+/**/
480,
/**/
479,