comparison 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
comparison
equal deleted inserted replaced
21818:bd8327a0f315 21819:e3b429b995a6
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1459,
757 /**/ 759 /**/
758 1458, 760 1458,
759 /**/ 761 /**/
760 1457, 762 1457,
761 /**/ 763 /**/