view configure @ 11755:12fa6072977a v8.0.0760

patch 8.0.0760: terminal window colors wrong with 'termguicolors' commit https://github.com/vim/vim/commit/065f41c8143271d1af7c8f5d14a59e29bf7ecdf3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 18:07:56 2017 +0200 patch 8.0.0760: terminal window colors wrong with 'termguicolors' Problem: Terminal window colors wrong with 'termguicolors'. Solution: Add 'termguicolors' support.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 18:15:03 +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 "$@"