view configure @ 29519:3afe997f4415 v9.0.0101

patch 9.0.0101: invalid memory access in diff mode with "dp" and undo Commit: https://github.com/vim/vim/commit/4e677b9c40ccbc5f090971b31dc2fe07bf05541d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 18:44:27 2022 +0100 patch 9.0.0101: invalid memory access in diff mode with "dp" and undo Problem: Invalid memory access in diff mode with "dp" and undo. Solution: Make sure the line number does not go below one.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 19:45:06 +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 "$@"