Mercurial > vim
view src/msys64.bat @ 24739:68e3adbeaf20 v8.2.2908
patch 8.2.2908: crash when using a terminal popup window from cmdline window
Commit: https://github.com/vim/vim/commit/e5b4486c4279a9674a9bb76130b4db53fb9303a0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 30 13:54:03 2021 +0200
patch 8.2.2908: crash when using a terminal popup window from cmdline window
Problem: Crash when using a terminal popup window from the cmdline window.
Solution: Instead of checking cmdwin_type call cmdwin_is_active().
(closes #8286)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 30 May 2021 14:00:05 +0200 |
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%