view src/msvc2010.bat @ 17214:079ce74ecaa5 v8.1.1606

patch 8.1.1606: on a narrow screen ":hi" output is confusing commit https://github.com/vim/vim/commit/548be7f126dc57ca861cb26dc6492c3b2a9e2c99 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 29 03:42:42 2019 +0200 patch 8.1.1606: on a narrow screen ":hi" output is confusing Problem: On a narrow screen ":hi" output is confusing. Solution: Insert a space between highlight group name and "xxx". (Masato Nishihaga, closes #4599)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jun 2019 03:45:06 +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"