view src/msys64.bat @ 21677:84d38f98e5de v8.2.1388

patch 8.2.1388: Vim9: += only works for numbers Commit: https://github.com/vim/vim/commit/dd29f1b0569cca253c80856eda2e85e04c1e0627 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 20:46:20 2020 +0200 patch 8.2.1388: Vim9: += only works for numbers Problem: Vim9: += only works for numbers. Solution: Use += as concatenate for a list. (closes https://github.com/vim/vim/issues/6646)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 21:00:03 +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%