view configure @ 20947:1c71605f0c5d v8.2.1025

patch 8.2.1025: tabpage menu and tabline not sufficiently tested Commit: https://github.com/vim/vim/commit/8c524f76ebd43f006e765534765b595de7095f12 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 13:23:45 2020 +0200 patch 8.2.1025: tabpage menu and tabline not sufficiently tested Problem: Tabpage menu and tabline not sufficiently tested. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6307)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 13: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 "$@"