view configure @ 27468:678ea52c15a0 v8.2.4262

patch 8.2.4262: some search tests fail Commit: https://github.com/vim/vim/commit/44a4d947bbc2c5ddb2908346a7c61ef93b59a3ca Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 30 17:17:41 2022 +0000 patch 8.2.4262: some search tests fail Problem: Some search tests fail. Solution: Use a better way to reject searching for the Visual area.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 18:30: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 "$@"