view src/msys64.bat @ 21801:1344d45ca6f2 v8.2.1450

patch 8.2.1450: Vim9: no check that script-local items don't become global Commit: https://github.com/vim/vim/commit/7d6997015d533604f18756e59b4a2a1266a66a97 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 14 20:52:28 2020 +0200 patch 8.2.1450: Vim9: no check that script-local items don't become global Problem: Vim9: no check that script-local items don't become global. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 21:00:05 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%