view src/msys32.bat @ 15854:4ac1c185b0b8 v8.1.0934

patch 8.1.0934: invalid memory access in search pattern commit https://github.com/vim/vim/commit/985079c514e9ab85598b7bca019c77d3e42526f5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 17:07:47 2019 +0100 patch 8.1.0934: invalid memory access in search pattern Problem: Invalid memory access in search pattern. (Kuang-che Wu) Solution: Check for incomplete equivalence class. (closes https://github.com/vim/vim/issues/3970)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 17:15:06 +0100
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%