view configure @ 24653:0ef7bb28f2c3 v8.2.2865

patch 8.2.2865: skipping over function body fails Commit: https://github.com/vim/vim/commit/d87c21a918d8d611750f22d68fc638bf7a79b1d5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 18 13:40:33 2021 +0200 patch 8.2.2865: skipping over function body fails Problem: Skipping over function body fails. Solution: Do not define the function when skipping.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 May 2021 13:45: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 "$@"