view configure @ 18327:0e9d3a77c624 v8.1.2158

patch 8.1.2158: terminal attributes missing in Terminal-normal mode Commit: https://github.com/vim/vim/commit/17efc7fa05daea1e916a25620c71a5626b7f298d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 18:11:31 2019 +0200 patch 8.1.2158: terminal attributes missing in Terminal-normal mode Problem: Terminal attributes missing in Terminal-normal mode. Solution: Use "syntax_attr".
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 18:15:04 +0200
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 "$@"