comparison src/version.c @ 27476:4f1cf9579e4e v8.2.4266

patch 8.2.4266: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/5703310e640c4b142a16a3ea4f45317565ae8c32 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 30 19:37:52 2022 +0000 patch 8.2.4266: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize saved_did_emsg.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 20:45:02 +0100
parents 307341b9c227
children ce352871b382
comparison
equal deleted inserted replaced
27475:a724d370c4cf 27476:4f1cf9579e4e
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 4266,
753 /**/ 755 /**/
754 4265, 756 4265,
755 /**/ 757 /**/
756 4264, 758 4264,
757 /**/ 759 /**/