view src/msys64.bat @ 21516:c7b2ce90c2de v8.2.1308

patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit Commit: https://github.com/vim/vim/commit/ae616494d77e9930da703d65d12ac0abf6dc425f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 28 20:07:27 2020 +0200 patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit Problem: Vim9: accidentally using "x" causes Vim to exit. Solution: Disallow using ":x" or "xit" in Vim9 script. (closes https://github.com/vim/vim/issues/6399)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jul 2020 20:15:07 +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%