view configure @ 11662:6ab627207f4c v8.0.0713

patch 8.0.0713: 'termkey' option not fully implemented commit https://github.com/vim/vim/commit/0daf843b4cad734df6be16573423206eae43028b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 15 15:16:40 2017 +0200 patch 8.0.0713: 'termkey' option not fully implemented Problem: 'termkey' option not fully implemented. Solution: Add initialisation.
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Jul 2017 15:30: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 "$@"