summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-17 21:08:50 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-17 21:08:50 +0000
commit552bdca781bd202012224316ffae3439aac83b7b (patch)
treefcc7acc9a36ad99b9d74635a76d84f7ab688b8da /src/version.c
parenteea0a00811e8e8e3c2d07964ea61795cce5a4665 (diff)
patch 9.0.1317: crash when using an unset object variablev9.0.1317
Problem: Crash when using an unset object variable. Solution: Give an error instead. (closes #12005)
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 6cd2f16851..ff0b29ea15 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 */
/**/
+ 1317,
+/**/
1316,
/**/
1315,