comparison src/version.c @ 23582:b875bbd517a6 v8.2.2333

patch 8.2.2333: Vim9: warning for uninitialized variable Commit: https://github.com/vim/vim/commit/cb6cbf29e97b7abdeb1e6cbdc5e735f5b55e97a1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 17:17:01 2021 +0100 patch 8.2.2333: Vim9: warning for uninitialized variable Problem: Vim9: warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize "res".
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 17:30:05 +0100
parents dc3b7a31c29f
children 397f95f103e8
comparison
equal deleted inserted replaced
23581:f8909b1d3575 23582:b875bbd517a6
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 2333,
753 /**/ 755 /**/
754 2332, 756 2332,
755 /**/ 757 /**/
756 2331, 758 2331,
757 /**/ 759 /**/