view src/msys64.bat @ 28798:2dcc6c9eb6e6 v8.2.4923

patch 8.2.4923: test checks for terminal feature unnecessarily Commit: https://github.com/vim/vim/commit/194843028ed486366b89e8f7d3bdd611a11ce7b4 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 9 11:03:19 2022 +0100 patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes https://github.com/vim/vim/issues/10383)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 12:15:03 +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%