comparison src/version.c @ 17444:f4ce361bb1e5 v8.1.1720

patch 8.1.1720: crash with very long %[] pattern commit https://github.com/vim/vim/commit/2a5b52758bb327b89d22660cc28c157ec29782e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 20 18:56:06 2019 +0200 patch 8.1.1720: crash with very long %[] pattern Problem: Crash with very long %[] pattern. (Reza Mirzazade farkhani) Solution: Check for reg_toolong. (closes https://github.com/vim/vim/issues/4703)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Jul 2019 19:00:06 +0200
parents 57b9fca8c7d2
children dcc4120f8412
comparison
equal deleted inserted replaced
17443:613aced7fe57 17444:f4ce361bb1e5
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1720,
780 /**/ 782 /**/
781 1719, 783 1719,
782 /**/ 784 /**/
783 1718, 785 1718,
784 /**/ 786 /**/