view src/msys32.bat @ 24264:db5eaad456cc v8.2.2673

patch 8.2.2673: Vim9: script-local funcref can have lower case name Commit: https://github.com/vim/vim/commit/3215466af9abfc9fbbfba81d166d625176993486 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 28 21:14:06 2021 +0200 patch 8.2.2673: Vim9: script-local funcref can have lower case name Problem: Vim9: script-local funcref can have lower case name. Solution: Require an upper case name.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Mar 2021 21:15:02 +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%