view configure @ 22673:67aa7507ea2e v8.2.1885

patch 8.2.1885: filetype tests unnessarily creates swap files Commit: https://github.com/vim/vim/commit/2733779a1a36c06f5f900666ac94bfe4c25ea39b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 22 12:33:32 2020 +0200 patch 8.2.1885: filetype tests unnessarily creates swap files Problem: Filetype tests unnessarily creates swap files. Solution: Disable 'swapfile'. (Ken Takata, closes https://github.com/vim/vim/issues/7183)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Oct 2020 12:45: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 "$@"