view src/msys64.bat @ 22952:629472e2e4c5 v8.2.2023

patch 8.2.2023: Vim: memory leak when :execute fails Commit: https://github.com/vim/vim/commit/c71ee829efa948eefec3b8f0dbacf172fc1a4992 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 11:45:50 2020 +0100 patch 8.2.2023: Vim: memory leak when :execute fails Problem: Vim: memory leak when :execute fails. Solution: Clear the growarray.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 12: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%