commit | 1e021e63c565bbb30783a557b4e883cc27f56403 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 16 20:25:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 16 20:25:23 2020 +0200 |
tree | 0e0b4b4b39e9cd3bf76a91c86e3c5f9259fbea79 | |
parent | 7a66a17190f2f64688a697ea29d58388612122ce [diff] [blame] |
patch 8.2.1854: Vim9: crash when throwing exception for NULL string Problem: Vim9: crash when throwing exception for NULL string. (Dhiraj Mishra) Solution: Handle NULL string like empty string. (closes #7139)
diff --git a/src/version.c b/src/version.c index 5aa3cf6..4710689 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1854, +/**/ 1853, /**/ 1852,