view src/msys64.bat @ 22904:a7c1a92bd13c v8.2.1999

patch 8.2.1999: terminal popup test sometimes fails Commit: https://github.com/vim/vim/commit/e6329e4c55cd81b6134820eab6a10b02c11c1277 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 21:10:34 2020 +0100 patch 8.2.1999: terminal popup test sometimes fails Problem: Terminal popup test sometimes fails. Solution: Wait for the popup to close.
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 21:15:04 +0100
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%