view configure @ 12090:c4caf49c8bf4 v8.0.0925

patch 8.0.0925: MS-Windows GUI: channel I/O not handled right away commit https://github.com/vim/vim/commit/62426e168ef29fb941d1bd91a112fa09445322a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 15:37:58 2017 +0200 patch 8.0.0925: MS-Windows GUI: channel I/O not handled right away Problem: MS-Windows GUI: channel I/O not handled right away. Solution: Don't call process_message() unless a message is available. (Yasuhiro Matsumoto, closes #1969)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 15:45:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"