view src/msys64.bat @ 32166:cf48f4b9dc0a v9.0.1414

patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier Commit: https://github.com/vim/vim/commit/ea83c194625e51c28a2796eba9ba87b0b9ab23e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 18 17:22:46 2023 +0000 patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier Problem: <M-S-x> in Kitty does not use the Shift modifier. Solution: Apply the Shift modifier to ASCII letters. (closes https://github.com/vim/vim/issues/11913)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Mar 2023 18:30:04 +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%