view src/msvc2010.bat @ 12598:97a2f34962ee v8.0.1177

patch 8.0.1177: in a terminal window the popup menu is not cleared commit https://github.com/vim/vim/commit/54e5dbf58e16d0d757a315480c9e63ac7f8a74c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 7 17:35:09 2017 +0200 patch 8.0.1177: in a terminal window the popup menu is not cleared Problem: In a terminal window the popup menu is not cleared. (Gerry Agbobada) Solution: Redraw when SOME_VALID is used instead of NOT_VALID. (closes #2194)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Oct 2017 17:45: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"