view src/msys32.bat @ 14534:8fa7f5ff2649 v8.1.0280

patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" commit https://github.com/vim/vim/commit/def7b1dc6104a6ce6d7c3e3a615231178601b124 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 13 22:54:35 2018 +0200 patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" Problem: 'incsearch' highlighting does not work for ":g!/". Solution: Skip the exclamation mark. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Aug 2018 23:00:05 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%