view src/msys64.bat @ 27930:1a702abffaf3 v8.2.4490

patch 8.2.4490: terminal focus reporting only works for xterm-like terminals Commit: https://github.com/vim/vim/commit/8d5daf267eb84d2346785741b22d18907b047e0a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 17:16:39 2022 +0000 patch 8.2.4490: terminal focus reporting only works for xterm-like terminals Problem: Terminal focus reporting only works for xterm-like terminals. (Jonathan Rascher) Solution: Remove the "focus_mode" flag. (closes #9859)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 18:30:04 +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%