diff src/version.c @ 21819:e3b429b995a6 v8.2.1459

patch 8.2.1459: Vim9: declaring script var in script does not infer the type Commit: https://github.com/vim/vim/commit/53b29e4845857d76ca7df1ff2fd0e03c3eeb82e1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 14:31:20 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 14:45:06 +0200
parents c2c2e57562ee
children 0deb6f96a5a3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1459,
+/**/
     1458,
 /**/
     1457,