view src/msys32.bat @ 21140:f86140ad0164 v8.2.1121

patch 8.2.1121: command completion not working after ++arg Commit: https://github.com/vim/vim/commit/743d0620203388bf87dc611cea544b485e4b9f85 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 18:15:06 2020 +0200 patch 8.2.1121: command completion not working after ++arg Problem: Command completion not working after ++arg. Solution: Move skipping up. (Christian Brabandt, closes https://github.com/vim/vim/issues/6382)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:30:03 +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%