view configure @ 30391:5aaacdeee0a1 v9.0.0531

patch 9.0.0531: the win_line() function is much too long Commit: https://github.com/vim/vim/commit/c20a41972c61ab4bc211327d535c73c9b30cc166 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 14:34:28 2022 +0100 patch 9.0.0531: the win_line() function is much too long Problem: The win_line() function is much too long. Solution: Move code to separate functions.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 15: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 "$@"