summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-04 12:00:53 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-04 12:00:53 +0100
commit9c13f76275047a4d6302c077fb40bc9c397ff027 (patch)
tree7987e8e5a73aa5be7b30bd46c5c23648a4f554cb /src/version.c
parent348be7ed07d164970ec0004bc278e254eb0cf5bf (diff)
patch 8.2.1950: Vim9: crash when compiling function fails when getting typev8.2.1950
Problem: Vim9: crash when compiling function fails when getting type. Solution: Handle NULL type. (closes #7253)
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 112077a98c..150bfd23bc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1950,
+/**/
1949,
/**/
1948,