view src/msys64.bat @ 23241:87acfcf65a2e v8.2.2166

patch 8.2.2166: auto format doesn't work when deleting text Commit: https://github.com/vim/vim/commit/d0a1dee3f197d41434df4cf0271066b6aeb690fc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 13:07:48 2020 +0100 patch 8.2.2166: auto format doesn't work when deleting text Problem: Auto format doesn't work when deleting text. Solution: Make "x" trigger auto format. (closes https://github.com/vim/vim/issues/7504)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 13:15:04 +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%