view src/msys32.bat @ 31557:e487df006ae1 v9.0.1111

patch 9.0.1111: termcap entries for RGB colors are not set automatically Commit: https://github.com/vim/vim/commit/96dd34e53492913029323dad902831380fa460d0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 30 11:16:00 2022 +0000 patch 9.0.1111: termcap entries for RGB colors are not set automatically Problem: Termcap entries for RGB colors are not set automatically. Solution: Always set the termcap entries when +termguicolors is enabled.
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 12:30:03 +0100
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%