view src/msys64.bat @ 34326:8aeb5e1daea6

runtime(vim): Update syntax file (#14009) Commit: https://github.com/vim/vim/commit/b614b284ee06523511308f8381b47db34d921d39 Author: dkearns <dougkearns@gmail.com> Date: Mon Feb 12 03:13:34 2024 +1100 runtime(vim): Update syntax file (https://github.com/vim/vim/issues/14009) - allow comments after :highight commands - match the bang in a :highlight[!] command - highlight the bang in :map[!], :menu[!] and :unlet[!] with vimOper like all other commands Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2024 17:15:07 +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%