comparison src/version.c @ 25340:37001467805f v8.2.3207

patch 8.2.3207: Vim9: crash when compiling string fails Commit: https://github.com/vim/vim/commit/5a234eb18e6e43408755bb24e813330306c11629 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 24 13:18:48 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jul 2021 13:30:04 +0200
parents e2be9f3c5907
children c4298ed56ffa
comparison
equal deleted inserted replaced
25339:5f0765ae6ad9 25340:37001467805f
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3207,
758 /**/ 760 /**/
759 3206, 761 3206,
760 /**/ 762 /**/
761 3205, 763 3205,
762 /**/ 764 /**/