view src/msys64.bat @ 32950:d415dfae6977 v9.0.1777

patch 9.0.1777: patch 9.0.1771 causes problems Commit: https://github.com/vim/vim/commit/be07caa071ea93c07b1b2204a17237133f38b2bd Author: Christian Brabandt <cb@256bit.org> Date: Sun Aug 20 22:26:15 2023 +0200 patch 9.0.1777: patch 9.0.1771 causes problems Problem: patch 9.0.1771 causes problems Solution: revert it Revert "patch 9.0.1771: regex: combining chars in collections not handled" This reverts commit ca22fc36a4e8a315f199893ee8ff6253573f5fbe. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 22:30:03 +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%