comparison src/version.c @ 22306:86696c617f70 v8.2.1702

patch 8.2.1702: crash when using undo after deleting folded lines Commit: https://github.com/vim/vim/commit/da697645d5917eb3d4168c06c3442bef9fb746bf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 17 19:36:04 2020 +0200 patch 8.2.1702: crash when using undo after deleting folded lines Problem: Crash when using undo after deleting folded lines. Solution: Check for NULL pointer. (closes https://github.com/vim/vim/issues/6968)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Sep 2020 19:45:04 +0200
parents 4ce3906e5997
children 19e0784ef769
comparison
equal deleted inserted replaced
22305:fc3288b65910 22306:86696c617f70
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 1702,
753 /**/ 755 /**/
754 1701, 756 1701,
755 /**/ 757 /**/
756 1700, 758 1700,
757 /**/ 759 /**/