view configure @ 17221:a8fc7d97b54d v8.1.1610

patch 8.1.1610: there is no way to add or load a buffer without side effects commit https://github.com/vim/vim/commit/15e248e37f3925d430f96e945d52d3dc423cdc83 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 30 20:21:37 2019 +0200 patch 8.1.1610: there is no way to add or load a buffer without side effects Problem: There is no way to add or load a buffer without side effects. Solution: Add the bufadd() and bufload() functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jun 2019 20:30:05 +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 "$@"