Mercurial > vim
view src/msvc2010.bat @ 13314:65c3e8259124 v8.0.1531
patch 8.0.1531: cannot use 24 bit colors in MS-Windows console
commit https://github.com/vim/vim/commit/cafafb381a04e33f3ce9cd15dd9f94b73226831f
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 22 21:07:09 2018 +0100
patch 8.0.1531: cannot use 24 bit colors in MS-Windows console
Problem: Cannot use 24 bit colors in MS-Windows console.
Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki,
fixes #1270, fixes #2060)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 22 Feb 2018 21:15:05 +0100 |
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"