commit | d1103587cf339feb8c77d282f7f7e92b7cff5add | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 22:44:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 22:44:25 2020 +0200 |
tree | 53c392cd8e30d46df0ebdfa11d0232e26eb5a000 | |
parent | 79e8db9a218ef111934594024a5cd8b1f93acada [diff] [blame] |
patch 8.2.1455: Vim9: crash when using typecast before constant Problem: Vim9: crash when using typecast before constant. Solution: Generate constant before checking type. Add tets.
diff --git a/src/version.c b/src/version.c index e6d929e..e873a9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1455, +/**/ 1454, /**/ 1453,