view configure @ 20778:6d5e233bac9c v8.2.0941

patch 8.2.0941: detecting terminal properties is unstructured Commit: https://github.com/vim/vim/commit/517f00f78893087d2f9d45768a5ba4dc48cb6856 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 12:15:51 2020 +0200 patch 8.2.0941: detecting terminal properties is unstructured Problem: Detecting terminal properties is unstructured. Solution: Add a table with terminal properties. Set properties when a terminal is detected.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 12:30: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 "$@"