view configure @ 21668:0843f244e547 v8.2.1384

patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file Commit: https://github.com/vim/vim/commit/8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 18:12:18 2020 +0200 patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file Problem: No ATTENTION prompt for :vimgrep first match file. Solution: When there is an existing swap file do not keep the dummy buffer. (closes #6649)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 18:15: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 "$@"