comparison src/version.c @ 19366:102f9a44c8b3 v8.2.0241

patch 8.2.0241: crash when setting 'buftype' to "quickfix" Commit: https://github.com/vim/vim/commit/99234f29aa8767f2e71bb1f5db6ee0131bc8e64e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 10 22:56:54 2020 +0100 patch 8.2.0241: crash when setting 'buftype' to "quickfix" Problem: Crash when setting 'buftype' to "quickfix". Solution: Check that error list is not NULL. (closes https://github.com/vim/vim/issues/5613)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Feb 2020 23:00:04 +0100
parents b7abf45d527b
children fcd5a2acbb3d
comparison
equal deleted inserted replaced
19365:91e051377c65 19366:102f9a44c8b3
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 241,
745 /**/ 747 /**/
746 240, 748 240,
747 /**/ 749 /**/
748 239, 750 239,
749 /**/ 751 /**/