summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-18 14:42:44 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-18 14:42:44 +0000
commit0917e867632199883c07c2d7534f7091b1d12607 (patch)
tree803dcaf3a0803718b7d08dd6d356132543f5869a /src/version.c
parent9de960ace0f017fcfeaf64a2f6492f0f88b11fdb (diff)
patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320
Problem: Checking the type of a null object causes a crash. Solution: Don't try to get the class of a null object. (closes #12005) Handle error from calling a user function better.
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 d6cee20a70..20df49098a 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 */
/**/
+ 1320,
+/**/
1319,
/**/
1318,