commit | 0917e867632199883c07c2d7534f7091b1d12607 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 14:42:44 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 14:42:44 2023 +0000 |
tree | 803dcaf3a0803718b7d08dd6d356132543f5869a | |
parent | 9de960ace0f017fcfeaf64a2f6492f0f88b11fdb [diff] [blame] |
patch 9.0.1320: checking the type of a null object causes a crash 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.
diff --git a/src/version.c b/src/version.c index d6cee20..20df490 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1320, +/**/ 1319, /**/ 1318,