commit | c82a5b5da5eab15bc35115545b639fb590272ad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 18:09:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 18:09:19 2020 +0200 |
tree | 142b39935a504932df6e91b6d20757b3319edbda | |
parent | 142499de3352e1edb2ab6cc2bf3b82441c8e5f4f [diff] [blame] |
patch 8.2.0972: Vim9 script variable declarations need a type Problem: Vim9 script variable declarations need a type. Solution: Make "let var: type" declare a script-local variable.
diff --git a/src/version.c b/src/version.c index ef0e0d1..2996d3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 972, +/**/ 971, /**/ 970,