view src/msys32.bat @ 27883:9c04fbcaacbc v8.2.4467

patch 8.2.4467: running filetype test leaves file behind Commit: https://github.com/vim/vim/commit/0e71b7d4ce3e1210150ce772e1af6956057a71ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 17:45:04 2022 +0000 patch 8.2.4467: running filetype test leaves file behind Problem: Running filetype test leaves file behind. Solution: Delete the file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 19:00:04 +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%