commit | 9c13f76275047a4d6302c077fb40bc9c397ff027 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 12:00:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 12:00:53 2020 +0100 |
tree | 7987e8e5a73aa5be7b30bd46c5c23648a4f554cb | |
parent | 348be7ed07d164970ec0004bc278e254eb0cf5bf [diff] [blame] |
patch 8.2.1950: Vim9: crash when compiling function fails when getting type Problem: Vim9: crash when compiling function fails when getting type. Solution: Handle NULL type. (closes #7253)
diff --git a/src/version.c b/src/version.c index 112077a..150bfd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1950, +/**/ 1949, /**/ 1948,