view src/msys64.bat @ 22527:c3e3c5707fe9 v8.2.1812

patch 8.2.1812: Vim9: nested closure throws an internal error Commit: https://github.com/vim/vim/commit/0876c78527469ddf50c23244566dd5bc35004307 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 7 19:08:04 2020 +0200 patch 8.2.1812: Vim9: nested closure throws an internal error Problem: Vim9: nested closure throws an internal error. Solution: Do not skip a local variable with a partial. (closes https://github.com/vim/vim/issues/7065)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Oct 2020 19:15:04 +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%