view configure @ 18350:b1796f1b28fa v8.1.2169

patch 8.1.2169: terminal flags are never reset Commit: https://github.com/vim/vim/commit/3cea8a9a51c7b26a01a75dc29d9d8a621fc70b57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 21:55:24 2019 +0200 patch 8.1.2169: terminal flags are never reset Problem: Terminal flags are never reset. Solution: Reset the flags when setting 'term'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 22:00:03 +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 "$@"