view configure @ 22928:de6c242ec236 v8.2.2011

patch 8.2.2011: "syn sync" reports a very large number Commit: https://github.com/vim/vim/commit/9950280d377a5c0706d141017fcef9cad598b8b0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 16:53:23 2020 +0100 patch 8.2.2011: "syn sync" reports a very large number Problem: "syn sync" reports a very large number. Solution: Use "at the first line".
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 17:00:04 +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 "$@"