view src/msys64.bat @ 32687:6aff98e1c5f0 v9.0.1674

patch 9.0.1674: help for builtin functions is not sorted properly Commit: https://github.com/vim/vim/commit/416bd916b4cc4502eb734218f406e4edd8dd199c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 7 23:19:18 2023 +0100 patch 9.0.1674: help for builtin functions is not sorted properly Problem: Help for builtin functions is not sorted properly. Solution: Put err_teapot() help in the right position.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jul 2023 00:30:03 +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%