view src/msys32.bat @ 22063:0716b3299872 v8.2.1581

patch 8.2.1581: using line() for global popup window doesn't work Commit: https://github.com/vim/vim/commit/1f42f5a675fdab9ce5cdafbecea59c45e81f7ff8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 18:52:24 2020 +0200 patch 8.2.1581: using line() for global popup window doesn't work Problem: Using line() for global popup window doesn't work. Solution: Set tabpage to "curtab". (closes https://github.com/vim/vim/issues/6847)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 19:00:04 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%