view src/msys32.bat @ 25316:0716cc2e4a8b v8.2.3195

patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Commit: https://github.com/vim/vim/commit/c4c5642513ac41b22b7772cc880c776c69e964c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 21 20:38:46 2021 +0200 patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Problem: Vim9: unclear error when passing too many arguments to lambda. Solution: Pass the expression itself instead of "[expression]". (closes #8604)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Jul 2021 20:45:04 +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%