commit | 0ff822d2ebf0d130516631734b00179ba8dd8251 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 18:41:34 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 18:41:34 2019 +0100 |
tree | 87511bbe82022b075a96850a7e4a6009a6a67fce | |
parent | 1b03a193b3394597e4ed86aeea1e1b2c60ae9ad2 [diff] [blame] |
patch 8.1.2412: crash when evaluating expression with error Problem: Crash when evaluating expression with error. (Dhiraj Mishra) Solution: Check parsing failed. (closes #5329)
diff --git a/src/version.c b/src/version.c index d4a677c..1d6d323 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2412, +/**/ 2411, /**/ 2410,