view src/msys64.bat @ 22848:e4fbe8d1bde9 v8.2.1971

patch 8.2.1971: memory leak when map() fails Commit: https://github.com/vim/vim/commit/c56936e2ba4fd219f56aab616fcb283132455697 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 11:43:56 2020 +0100 patch 8.2.1971: memory leak when map() fails Problem: Memory leak when map() fails. Solution: Clear the typval.
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Nov 2020 11:45:05 +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%