view src/msys32.bat @ 30351:c8c7adcf2ddc v9.0.0511

patch 9.0.0511: unnecessary scrolling for message of only one line Commit: https://github.com/vim/vim/commit/bdedd2bcce3a59028c7504a397ff77d901b1b12a Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 12:45:15 2022 +0100 patch 9.0.0511: unnecessary scrolling for message of only one line Problem: Unnecessary scrolling for message of only one line. Solution: Only set msg_scroll when needed. (closes https://github.com/vim/vim/issues/11178)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 14:00:05 +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%