view configure @ 27142:d2471d710ec9 v8.2.4100

patch 8.2.4100: early return when getting the 'formatlistpat' value Commit: https://github.com/vim/vim/commit/04b871da800768287a8a432de568b11297db8686 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 18:31:43 2022 +0000 patch 8.2.4100: early return when getting the 'formatlistpat' value Problem: Early return when getting the 'formatlistpat' value. Solution: Remove the first line. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 19:45:03 +0100
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 "$@"