view src/msys64.bat @ 23662:c761fcb89dfe v8.2.2373

patch 8.2.2373: Vim9: list assignment only accepts a number index Commit: https://github.com/vim/vim/commit/f30a14db3b26e510f193f50ee0dd8a41303e4740 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 21:51:24 2021 +0100 patch 8.2.2373: Vim9: list assignment only accepts a number index Problem: Vim9: list assignment only accepts a number index. Solution: Accept "any" and do a runtime type check. (closes https://github.com/vim/vim/issues/7694)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Jan 2021 22:00:04 +0100
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%