view configure @ 21234:1689128baf4a v8.2.1168

patch 8.2.1168: wrong method argument for appendbufline() Commit: https://github.com/vim/vim/commit/92053ce59ecf93838f4d6e3019eef1bc47be4184 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 9 22:53:30 2020 +0200 patch 8.2.1168: wrong method argument for appendbufline() Problem: Wrong method argument for appendbufline(). Solution: Use FEARG_3.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jul 2020 23:00: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 "$@"