view src/msys64.bat @ 19346:0dd8d1291439 v8.2.0231

patch 8.2.0231: silent system command may clear the screen Commit: https://github.com/vim/vim/commit/d02e508a18346ca1acb8c0c94c38e62a6ddeefe2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 8 14:22:53 2020 +0100 patch 8.2.0231: silent system command may clear the screen Problem: Silent system command may clear the screen. Solution: Do not clear the screen in t_te.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Feb 2020 14:30:09 +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%