comparison src/version.c @ 26739:47ad45fb433a v8.2.3898

patch 8.2.3898: Vim9: not sufficient testing for variable initialization Commit: https://github.com/vim/vim/commit/fb9dcb080b5143d3021a8c1d6deaf143f2ca3a48 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 25 22:00:49 2021 +0000 patch 8.2.3898: Vim9: not sufficient testing for variable initialization Problem: Vim9: not sufficient testing for variable initialization. Solution: Add another test case.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 23:15:03 +0100
parents 10d3105030ab
children 59dde78e9436
comparison
equal deleted inserted replaced
26738:6ced3f1bd976 26739:47ad45fb433a
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3898,
752 /**/ 754 /**/
753 3897, 755 3897,
754 /**/ 756 /**/
755 3896, 757 3896,
756 /**/ 758 /**/