view src/msvc2008.bat @ 14939:c085c4cd9bba v8.1.0481

patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show commit https://github.com/vim/vim/commit/29e7fe55becd96ba812297de06cec06ea7e79892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 16 22:13:00 2018 +0200 patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show Problem: When "Terminal" highlight is reverted cursor doesn't show. Solution: Get the colors of the "Terminal" group. (closes https://github.com/vim/vim/issues/3546)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Oct 2018 22:15:06 +0200
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
rem   aka Microsoft Visual Studio 9.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS90COMNTOOLS%vsvars32.bat"