commit | 074f84c01fbe70554feb6a71c0d9cacf2ef77ca5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 18 11:47:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 18 11:47:44 2021 +0200 |
tree | ec97abce03d08317b35e8155c848bf2fd8f7612a | |
parent | 965c04486c9364ded99b49c86f4c41228503df1f [diff] [blame] |
patch 8.2.2864: Vim9: crash when using inline function Problem: Vim9: crash when using inline function. Solution: Check for NULL pointer. Make using inline function work inside lambda. (closes #8217)
diff --git a/src/version.c b/src/version.c index cf5208f..fb72050 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2864, +/**/ 2863, /**/ 2862,