commit | 53b29e4845857d76ca7df1ff2fd0e03c3eeb82e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 14:31:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 14:31:20 2020 +0200 |
tree | 6b89dae5074bf8892cde67ba75b7dda045364bf4 | |
parent | 9a5c553f790f74e4c36295ce5d46c1aa7d13eae6 [diff] [blame] |
patch 8.2.1459: Vim9: declaring script var in script does not infer the type Problem: Vim9: declaring ascript variable at the script level does not infer the type. Solution: Get the type from the value. (closes #6716)
diff --git a/src/version.c b/src/version.c index b389ee5..4889fcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1459, +/**/ 1458, /**/ 1457,