comparison src/version.c @ 26709:0c5daf5e5514 v8.2.3883

patch 8.2.3883: crash when switching to other regexp engine fails Commit: https://github.com/vim/vim/commit/5937c7505f444dd896f336fa0119a93a55ebe9a2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 16:46:14 2021 +0000 patch 8.2.3883: crash when switching to other regexp engine fails Problem: Crash when switching to other regexp engine fails. Solution: Check for regprog being NULL.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 18:00:03 +0100
parents 71e6e67b2898
children 5860bd619d30
comparison
equal deleted inserted replaced
26708:f0d7cb510ce3 26709:0c5daf5e5514
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3883,
752 /**/ 754 /**/
753 3882, 755 3882,
754 /**/ 756 /**/
755 3881, 757 3881,
756 /**/ 758 /**/