view src/msys32.bat @ 27241:959d6a664cfd v8.2.4149

patch 8.2.4149: test override not restored, autocommand left behind Commit: https://github.com/vim/vim/commit/ca34db3bdef7238b203386dc82b975ffdf26f839 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 11:17:18 2022 +0000 patch 8.2.4149: test override not restored, autocommand left behind Problem: Test override not restored, autocommand left behind. Solution: Correct restoring test override. Delete autocommand afterwards.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 12:30:06 +0100
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%