view configure @ 18652:94b88fa5825d v8.1.2318

patch 8.1.2318: MS-Windows GUI: main background shows in toolbar Commit: https://github.com/vim/vim/commit/5f763348186007e91932f5134da8dbd0d3bffb11 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 17 22:54:10 2019 +0100 patch 8.1.2318: MS-Windows GUI: main background shows in toolbar Problem: MS-Windows GUI: main background shows in toolbar. Solution: Remove transparency from the toolbar. (Simon Sadler)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 23:00:03 +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 "$@"