view src/msys64.bat @ 31772:152bb9e6b4b4 v9.0.1218

patch 9.0.1218: completion includes functions that don't work Commit: https://github.com/vim/vim/commit/90c2353365c5da40dec01b09e1f482983cf7f55d Author: Kota Kato <github@kat0h.com> Date: Wed Jan 18 15:27:38 2023 +0000 patch 9.0.1218: completion includes functions that don't work Problem: Completion includes functions that don't work. Solution: Skip functions that are not implemented. (Kota Kato, closes #11845)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Jan 2023 16:30:06 +0100
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%