view src/msys64.bat @ 28580:39df510f97c3 v8.2.4814

patch 8.2.4814: possible to leave a popup window with win_gotoid() Commit: https://github.com/vim/vim/commit/4a392d244018fadda375a490f4f4b921023248b9 Author: LemonBoy <thatlemon@gmail.com> Date: Sat Apr 23 14:07:56 2022 +0100 patch 8.2.4814: possible to leave a popup window with win_gotoid() Problem: Possible to leave a popup window with win_gotoid(). Solution: Give an error when trying to leave a popup window with win_gotoid(). (closes #10253)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 15: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%