Mercurial > vim
view src/msys64.bat @ 20277:8a694c9447d7 v8.2.0694
patch 8.2.0694: Haiku: channel and terminal do not work
Commit: https://github.com/vim/vim/commit/80a8d3889bf1341c47f1c88c59825f183b2b4753
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 3 22:57:32 2020 +0200
patch 8.2.0694: Haiku: channel and terminal do not work
Problem: Haiku: channel and terminal do not work.
Solution: Close files when the job has finished. (Ozaki Kiichi,
closes #6039)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 03 May 2020 23:00:04 +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%