commit | 8e4c8c853e3ffbd9258f89180692879ec6bce72b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 15:38:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 15:38:38 2020 +0200 |
tree | 4c9fffbb135d0f4d2bb150e8467549e97993c88b | |
parent | 586268721dd5d6e50903a8a457f02e0dda901856 [diff] [blame] |
patch 8.2.1338: Vim9: assigning to script-local variable doesn't check type Problem: Vim9: assigning to script-local variable doesn't check type. Solution: Use the type. (issue #6591)
diff --git a/src/version.c b/src/version.c index 661875a..fff706f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1338, +/**/ 1337, /**/ 1336,