view configure @ 18617:5beda1754026 v8.1.2301

patch 8.1.2301: MS-Windows GUI: drawing error when background color changes Commit: https://github.com/vim/vim/commit/ab85ca4e6a40b2998db7b00896505486f5c16b41 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 15 22:41:14 2019 +0100 patch 8.1.2301: MS-Windows GUI: drawing error when background color changes Problem: MS-Windows GUI: drawing error when background color changes. Solution: Implement gui_mch_new_colors(). (Simon Sadler)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Nov 2019 22:45:05 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"