Mercurial > vim
view src/msys32.bat @ 29128:d8a962d7b008 v8.2.5084
patch 8.2.5084: when the GUI shows a dialog tests get stuck
Commit: https://github.com/vim/vim/commit/2d12c25a1b73fb6991006fd970b3132ab8ee8b62
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 13 21:42:45 2022 +0100
patch 8.2.5084: when the GUI shows a dialog tests get stuck
Problem: When the GUI shows a dialog tests get stuck.
Solution: Add the --gui-dialog-file argument.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 13 Jun 2022 22:45:06 +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%