view configure @ 32710:a57db996dbe3

Manpager: apply g flag conditionally to s command (#12679) Commit: https://github.com/vim/vim/commit/64dea84bb05a29117cf2708085021c535b898975 Author: Filip Gospodinov <f@gospodinov.ch> Date: Wed Aug 9 18:00:36 2023 +0200 Manpager: apply g flag conditionally to s command (https://github.com/vim/vim/issues/12679) Problem: The `s` command with `g` flag only substitutes one occurrence when `gdefault` is set. Solution: Use `g` flag conditionally.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Aug 2023 18:15:04 +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 "$@"