view src/msvc2010.bat @ 16982:301f6deea057 v8.1.1491

patch 8.1.1491: when skipping over code a function call may cause trouble commit https://github.com/vim/vim/commit/606407384144df73a6154aca1d77e071fe1b7651 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 7 23:15:22 2019 +0200 patch 8.1.1491: when skipping over code a function call may cause trouble Problem: When skipping over code after an exception was thrown expression evaluation is aborted after a function call. (Ingo Karkat) Solution: Do not fail if not executing the expression. (closes #4507)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jun 2019 23:30:06 +0200
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"