view src/msys32.bat @ 29714:1317743de840 v9.0.0197

patch 9.0.0197: astro files are not detected Commit: https://github.com/vim/vim/commit/6a76e84f555da6d9ee57db80143e1e5eb85535ff Author: Emilia Zapata <zapata.contact@gmail.com> Date: Sat Aug 13 13:21:31 2022 +0100 patch 9.0.0197: astro files are not detected Problem: Astro files are not detected. Solution: Add a pattern to match Astro files. (Emilia Zapata, closes https://github.com/vim/vim/issues/10904)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Aug 2022 14:30:03 +0200
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%