view src/msvc2010.bat @ 8928:e6916e1683bb v7.4.1750

commit https://github.com/vim/vim/commit/7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 19:27:24 2016 +0200 patch 7.4.1750 Problem: When a buffer gets updated while in command line mode, the screen may be messed up. Solution: Postpone the redraw when the screen is scrolled.
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Apr 2016 19:30:05 +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"