comparison src/version.c @ 26723:c3cffd372c6f v8.2.3890

patch 8.2.3890: Vim9: type check for using v: variables is basic Commit: https://github.com/vim/vim/commit/d787e40fdbe6f4d8bf47d36186c1d9d51c29b853 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 21:36:12 2021 +0000 patch 8.2.3890: Vim9: type check for using v: variables is basic Problem: Vim9: type check for using v: variables is basic. Solution: Specify a more precise type.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 22:45:03 +0100
parents 9c9b8d95b05f
children 11383a35b497
comparison
equal deleted inserted replaced
26722:f4e86e7b1427 26723:c3cffd372c6f
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 3890,
752 /**/ 754 /**/
753 3889, 755 3889,
754 /**/ 756 /**/
755 3888, 757 3888,
756 /**/ 758 /**/