view src/msys64.bat @ 24442:d16a69f718b5 v8.2.2761

patch 8.2.2761: using "syn include" does not work properly Commit: https://github.com/vim/vim/commit/2e240bd428c0033d16f201d7f837636412358199 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 11:15:08 2021 +0200 patch 8.2.2761: using "syn include" does not work properly Problem: Using "syn include" does not work properly. Solution: Don't add current_syn_inc_tag to topgrp. (Jaehwang Jerry Jung, closes #8104)
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 11:30:05 +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%