view src/msys64.bat @ 22105:bae2a3fa141f v8.2.1602

patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() Commit: https://github.com/vim/vim/commit/036c2cf719e3de445779a275514030be66e26883 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:37:07 2020 +0200 patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() Problem: Vim9: cannot use 'true" with getbufinfo(). Solution: Use dict_get_bool(). (closes https://github.com/vim/vim/issues/6873)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 17:45: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%