comparison src/version.c @ 22359:f4d1fe8e04cf v8.2.1728

patch 8.2.1728: compiler warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/c53e9c57a9846655c2d3169788f4beefa6d22d90 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 22 22:08:32 2020 +0200 patch 8.2.1728: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. (John Marriott) Solution: Initialize "neighbor".
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Sep 2020 22:15:03 +0200
parents 0e231e8e70f8
children 00f2eebe74d9
comparison
equal deleted inserted replaced
22358:b6037eb43146 22359:f4d1fe8e04cf
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 1728,
753 /**/ 755 /**/
754 1727, 756 1727,
755 /**/ 757 /**/
756 1726, 758 1726,
757 /**/ 759 /**/