view src/msys64.bat @ 28984:b3828315a0d9 v8.2.5014

patch 8.2.5014: byte offsets are wrong when using text properties Commit: https://github.com/vim/vim/commit/4c3d21acaa09d929e6afe10288babe1d0af3de35 Author: Paul Ollis <paul@cleversheep.org> Date: Tue May 24 21:26:37 2022 +0100 patch 8.2.5014: byte offsets are wrong when using text properties Problem: Byte offsets are wrong when using text properties. Solution: Make sure text properties do not affect the byte counts. (Paul Ollis, closes #10474)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 May 2022 22:30:02 +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%