view src/msys64.bat @ 27575:9f70df0b2967 v8.2.4314

patch 8.2.4314: test fails where lines are skipped Commit: https://github.com/vim/vim/commit/8cbf2499179db39a46e700ab04d0b36e22bcc1bb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 6 20:28:13 2022 +0000 patch 8.2.4314: test fails where lines are skipped Problem: Test fails where lines are skipped. Solution: Only give an error when not skipping commands.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Feb 2022 21:30:02 +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%