view src/msys64.bat @ 16342:06f3eb443e93 v8.1.1176

patch 8.1.1176: test for dragging a tab is flaky commit https://github.com/vim/vim/commit/7f27976589f075d591d54f754be257b5f6e6fd92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 15 21:48:22 2019 +0200 patch 8.1.1176: test for dragging a tab is flaky Problem: Test for dragging a tab is flaky. Solution: Add a brief sleep.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Apr 2019 22:00: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%