view configure @ 22506:a6fe2e1ad5b0 v8.2.1801

patch 8.2.1801: undo file not found when using ":args" or ":next" Commit: https://github.com/vim/vim/commit/55b419b871dd35f5b05dd2aed65f14461b493ba9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 4 19:56:39 2020 +0200 patch 8.2.1801: undo file not found when using ":args" or ":next" Problem: Undo file not found when using ":args" or ":next". Solution: Handle like editing another file. (closes https://github.com/vim/vim/issues/7072)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Oct 2020 20:00: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 "$@"