view src/msys32.bat @ 30924:ae3970cc28cb v9.0.0796

patch 9.0.0796: mapping test fails in some situations Commit: https://github.com/vim/vim/commit/060b8384888ce91b1bc194101091d0f9f85d0490 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 19 14:48:14 2022 +0100 patch 9.0.0796: mapping test fails in some situations Problem: Mapping test fails in some situations. Solution: Find the line with the verbose information.
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 16:00: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%