view src/msvc2010.bat @ 27424:b17fe5191b49 v8.2.4240

patch 8.2.4240: error for using flatten() in Vim9 script is unclear Commit: https://github.com/vim/vim/commit/fb80862e49fcbcf47907fc8cdaaf5c41cb9eb06e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 15:01:47 2022 +0000 patch 8.2.4240: error for using flatten() in Vim9 script is unclear Problem: Error for using flatten() in Vim9 script is unclear. Solution: Add a remark to use flattennew().
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 16:15:03 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"