view src/msys32.bat @ 22129:003f51ef2e5c v8.2.1614

patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Commit: https://github.com/vim/vim/commit/597aaac9d2b090e0eb738ab4e2afd454b7b92393 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:21:16 2020 +0200 patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Problem: Vim9: cannot pass "true" to searchcount(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6854)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 21:30:04 +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%