view src/msvc2010.bat @ 23614:455ad460ff4f v8.2.2349

patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Commit: https://github.com/vim/vim/commit/2415669348c455df0d1b9bf55b17a06d2f990c19 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 20:35:49 2021 +0100 patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Problem: Vim9: cannot handle line break after parenthesis at line end. Solution: Skip over line break. (closes https://github.com/vim/vim/issues/7677)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 20:45:05 +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"