view src/msys64.bat @ 16961:43c942a1938c v8.1.1481

patch 8.1.1481: length for two-digit rgb termresponse is off by one commit https://github.com/vim/vim/commit/12e71eb8a89bdfe1def5854fd7478e8899801b44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 15:19:31 2019 +0200 patch 8.1.1481: length for two-digit rgb termresponse is off by one Problem: Length for two-digit rgb termresponse is off by one. Solution: Adjust the length. (closes https://github.com/vim/vim/issues/4494)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 15:30:06 +0200
parents 78449866e9a9
children
line wrap: on
line source

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

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