view src/msvc2010.bat @ 12964:339681756948 v8.0.1358

patch 8.0.1358: undercurl is not used in the terminal commit https://github.com/vim/vim/commit/8b9e20afb0da79a21155988a38704b5777cc2efe Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 28 21:25:21 2017 +0100 patch 8.0.1358: undercurl is not used in the terminal Problem: Undercurl is not used in the terminal. (Kovid Goyal) Solution: Only fall back to underline when undercurl highlighting is not defined. (closes #1306)
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Nov 2017 21:30: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"