view src/msvc2010.bat @ 8815:50d9fb580ffe v7.4.1695

commit https://github.com/vim/vim/commit/8bc189e81aa98ba4aebb03a9dc9527a210fce816 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 19:01:58 2016 +0200 patch 7.4.1695 Problem: ":syn reset" clears the effect ":syn iskeyword". (James McCoy) Solution: Remove clearing the syntax keywords.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 19:15:04 +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"