view src/msys64.bat @ 27661:2062de7c0edd v8.2.4356

patch 8.2.4356: command line completion functions are very long Commit: https://github.com/vim/vim/commit/620d8edba01bb2779485718dd1a99ca670ca894b Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Feb 12 12:03:07 2022 +0000 patch 8.2.4356: command line completion functions are very long Problem: Command line completion functions are very long. Solution: Refactor into multiple functions. (Yegappan Lakshmanan, closes #9753)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 13:15:03 +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%