view src/msys64.bat @ 31194:fa26d002eb2a v9.0.0931

patch 9.0.0931: MS-Windows: mouse column limited to 223 Commit: https://github.com/vim/vim/commit/36446bbb62b466ce873c872b266a29bebbfc9890 Author: Christopher Plewright <chris@createng.com> Date: Wed Nov 23 22:28:08 2022 +0000 patch 9.0.0931: MS-Windows: mouse column limited to 223 Problem: MS-Windows: mouse column limited to 223. Solution: Use two bytes for each mouse coordinate. Add the mouse position to scroll events. (Christopher Plewright, closes #11597)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 23:30:03 +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%