view configure @ 29002:48d74a5822eb v8.2.5023

patch 8.2.5023: substitute overwrites allocated buffer Commit: https://github.com/vim/vim/commit/338f1fc0ee3ca929387448fe464579d6113fa76a Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 26 15:56:23 2022 +0100 patch 8.2.5023: substitute overwrites allocated buffer Problem: Substitute overwrites allocated buffer. Solution: Disallow undo when in a substitute command.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 May 2022 17:00:05 +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 "$@"