view src/msys64.bat @ 27885:dd804c17e7e3 v8.2.4468

patch 8.2.4468: Coverity warns for uninitialized struct member Commit: https://github.com/vim/vim/commit/68afde4c9b4379b757cc72112c33df9cf221eba8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 20:48:26 2022 +0000 patch 8.2.4468: Coverity warns for uninitialized struct member Problem: Coverity warns for uninitialized struct member. Solution: Set color.index to zero.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 22:00:03 +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%