view src/msys32.bat @ 14962:013b70517b1a v8.1.0492

patch 8.1.0492: "Edit with existing Vim" list can get long commit https://github.com/vim/vim/commit/bf9679ae4684cb0c4e6ef2c24da0f83955d53e57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 11:25:53 2018 +0200 patch 8.1.0492: "Edit with existing Vim" list can get long Problem: "Edit with existing Vim" list can get long. Solution: Move the list to a submenu. (Ken Takata, closes https://github.com/vim/vim/issues/3561)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 11:30:07 +0200
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%