view src/msvc2008.bat @ 15351:be92862a0cb4 v8.1.0683

patch 8.1.0683: spell highlighting does not always end commit https://github.com/vim/vim/commit/637532b3c0ca41f0de7e90b6f3c0defe06369372 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 3 21:44:40 2019 +0100 patch 8.1.0683: spell highlighting does not always end Problem: Spell highlighting does not always end. (Gary Johnson) Solution: Also reset char_attr when spell errors are highlighted.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Jan 2019 21:45:05 +0100
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"