view src/msys64.bat @ 20879:0ab45b558621 v8.2.0991

patch 8.2.0991: cannot get window type for autocmd and preview window Commit: https://github.com/vim/vim/commit/0fe937fd8616fcd24b1b1ef2ab9f1657615dd22c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 16 22:42:04 2020 +0200 patch 8.2.0991: cannot get window type for autocmd and preview window Problem: Cannot get window type for autocmd and preview window. Solution: Add types to win_gettype(). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6277)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jun 2020 22:45:04 +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%