view src/msys32.bat @ 24774:8bf9726097d8 v8.2.2925

patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Commit: https://github.com/vim/vim/commit/0f37e3561db95b0ef0b636588bbd30297e377384 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 2 15:28:15 2021 +0200 patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Problem: Vim9: line continuation comment uses legacy syntax. Solution: Check for #\ instead of "\. (closes https://github.com/vim/vim/issues/8295)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jun 2021 15:30:02 +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%