commit | 5a234eb18e6e43408755bb24e813330306c11629 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 13:18:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 13:18:48 2021 +0200 |
tree | 1dfb2d472fa5cbad6c16d9eace2b8eeaa5107870 | |
parent | 0ad871dc4dfe1026e14931a55c225616b63f4c5b [diff] [blame] |
patch 8.2.3207: Vim9: crash when compiling string fails Problem: Vim9: crash when compiling string fails. (Yegappan Lakshmanan) Solution: Adjust the type stack length.
diff --git a/src/version.c b/src/version.c index 7375563..387a6e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3207, +/**/ 3206, /**/ 3205,