commit | c1f0066b642fb62e37b300033223ff3ee4aafcd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 13:41:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 13:41:53 2020 +0200 |
tree | 013650efa41b9378bdc9166353aa994b37703c3a | |
parent | 016faaa1b2fe242022725b29e1353c42105d045c [diff] [blame] |
patch 8.2.1789: Vim9: crash with invalid list constant Problem: Vim9: crash with invalid list constant. (Dhiraj Mishra) Solution: Return FAIL when compiling the list fails. (closes #7066)
diff --git a/src/version.c b/src/version.c index ff1a97a..4280ac5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1789, +/**/ 1788, /**/ 1787,