commit | 077a42318c20ec9e71250edd8c4346edef72281b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 18:33:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 18:33:27 2020 +0100 |
tree | 0090b6ab13daeca2e7d90c2f880f5af34926749b | |
parent | 032a2d050b82b146d70d6ff714838ee62c07d8ad [diff] [blame] |
patch 8.2.2190: Vim9: crash when compiled with EXITFREE Problem: Vim9: crash when compiled with EXITFREE. Solution: Check that df_ufunc is not NULL.
diff --git a/src/version.c b/src/version.c index 65dfcdf..427c8f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2190, +/**/ 2189, /**/ 2188,