view src/msys64.bat @ 16509:5256c1e27ea6 v8.1.1258

patch 8.1.1258: the "N files to edit" message can not be surpressed commit https://github.com/vim/vim/commit/9404a18ad9a47b10fc8de908da833ba7f12f72f5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 22:25:40 2019 +0200 patch 8.1.1258: the "N files to edit" message can not be surpressed Problem: The "N files to edit" message can not be surpressed. Solution: Surpress the message with --not-a-term. (closes https://github.com/vim/vim/issues/4320)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 22:30:06 +0200
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%