view .gitattributes @ 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 ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff