view src/msys64.bat @ 26620:c4055c13fbe9 v8.2.3839

patch 8.2.3839: using z() with z1 not tested for syntax highlighting Commit: https://github.com/vim/vim/commit/354b23a9f87fd8c5aec457d88320a0a5bce4b985 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Fri Dec 17 17:32:29 2021 +0000 patch 8.2.3839: using \z() with \z1 not tested for syntax highlighting Problem: Using \z() with \z1 not tested for syntax highlighting. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/9365)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 18:45:04 +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%