view src/msys64.bat @ 25433:42c9386eebf4 v8.2.3253

patch 8.2.3253: channel test fails randomly Commit: https://github.com/vim/vim/commit/890ee4e2be1dca0c07a91f836e26baead952ae7c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 30 21:56:10 2021 +0200 patch 8.2.3253: channel test fails randomly Problem: Channel test fails randomly. Solution: Add a sleep after sending the "echoerr" command. (Michael Soyka)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 22:00:04 +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%