view configure @ 15565:30d4a5f547c7 v8.1.0790

patch 8.1.0790: code for creating tabpages in session is too complex commit https://github.com/vim/vim/commit/57a6bf056715bd5c94d8047247615e39862424e7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 22 21:27:13 2019 +0100 patch 8.1.0790: code for creating tabpages in session is too complex Problem: Code for creating tabpages in session is too complex. Solution: Simplify the code. (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Jan 2019 21:30:04 +0100
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 "$@"