comparison src/version.c @ 27746:2d24aad37e60 v8.2.4399

patch 8.2.4399: crash after ml_get error Commit: https://github.com/vim/vim/commit/f9435e49ef8032e80d38e31e950e4a9b75387533 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 16 16:33:28 2022 +0000 patch 8.2.4399: crash after ml_get error Problem: Crash after ml_get error. Solution: When returning "???" flush the line and set ml_line_lnum.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Feb 2022 17:45:03 +0100
parents 515ce8e07bf2
children 49b667252942
comparison
equal deleted inserted replaced
27745:94b70a7a4d94 27746:2d24aad37e60
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4399,
753 /**/ 755 /**/
754 4398, 756 4398,
755 /**/ 757 /**/
756 4397, 758 4397,
757 /**/ 759 /**/