view configure @ 28958:7fb63ad3a9ab v8.2.5001

patch 8.2.5001: checking translations affects the search pattern history Commit: https://github.com/vim/vim/commit/8a3704723c40779d688ef957dbe5bd8b65c25f95 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 15:28:31 2022 +0100 patch 8.2.5001: checking translations affects the search pattern history Problem: Checking translations affects the search pattern history. Solution: Use "keeppatterns". (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 16:30: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 "$@"