view src/msys64.bat @ 16598:fd0d29d63b85 v8.1.1302

patch 8.1.1302: v:beval_text is not tested in Visual mode commit https://github.com/vim/vim/commit/06bd824869b1cb7a85e64ec94135a35698be5b7f Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 8 22:55:16 2019 +0200 patch 8.1.1302: v:beval_text is not tested in Visual mode Problem: v:beval_text is not tested in Visual mode. Solution: Add a screenshot of the balloon in Visual mode.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 May 2019 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 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%