commit | 59618fed4ce118d12686c2e5c7c09601c8177817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 12:32:17 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 12:32:17 2021 +0000 |
tree | 452cda2940d810a2b346826c09b8bd6c23952c6e | |
parent | 0d807107b66e0d30d4f338c272962af5714c400e [diff] [blame] |
patch 8.2.3866: Vim9: type checking global variables is inconsistent Problem: Vim9: type checking global variables is inconsistent. Solution: Use the "unknown" type in more places.
diff --git a/src/version.c b/src/version.c index 90b35d3..2c46608 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3866, +/**/ 3865, /**/ 3864,