view src/msys32.bat @ 18112:2eb437b045ba v8.1.2051

patch 8.1.2051: double-click test is a bit flaky Commit: https://github.com/vim/vim/commit/705918f9f7e446287923cf0248ea35f2a0688199 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 17 21:27:49 2019 +0200 patch 8.1.2051: double-click test is a bit flaky Problem: Double-click test is a bit flaky. Solution: Correct entry in list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 21:30:05 +0200
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%