view src/msys32.bat @ 21345:5dd4cbc1e9e6 v8.2.1223

patch 8.2.1223: Vim9: invalid type error for function default value Commit: https://github.com/vim/vim/commit/e30f64b4b551bb00318dc09c2f13ecd3d711119a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 19:48:20 2020 +0200 patch 8.2.1223: Vim9: invalid type error for function default value Problem: Vim9: invalid type error for function default value. Solution: Use right argument index. (closes https://github.com/vim/vim/issues/6458)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 20:00: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%