0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.4311: Vim9: changing script variable type not caught compile time

Problem:    Vim9: changing script variable type not caught at compile time.
Solution:   Set the declared type.
This commit is contained in:
Bram Moolenaar
2022-02-06 17:17:02 +00:00
parent 2626d6a71c
commit 160afdb185
3 changed files with 13 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4311,
/**/
4310,
/**/