view src/msys64.bat @ 23276:b79cdad3ea2e v8.2.2184

patch 8.2.2184: Vim9: no error when using "2" for a line number Commit: https://github.com/vim/vim/commit/9a963377b4811e4e0419ec8825856ff4b01331ac Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 21 21:58:46 2020 +0100 patch 8.2.2184: Vim9: no error when using "2" for a line number Problem: Vim9: no error when using "2" for a line number. Solution: Give an error message if the line number is invalid. (closes https://github.com/vim/vim/issues/7492)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Dec 2020 22:00: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%