view configure @ 26587:b2bbc72183a5 v8.2.3823

patch 8.2.3823: test for visual replace is in wrong function Commit: https://github.com/vim/vim/commit/6ecf58b0d7d9b8fbba780d19d2e6c0f227df715b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 16 10:05:41 2021 +0000 patch 8.2.3823: test for visual replace is in wrong function Problem: Test for visual replace is in wrong function. Solution: Move it to another function.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 11:15: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 "$@"