view configure @ 12975:e311187347c1 v8.0.1363

patch 8.0.1363: recovering does not work when swap file ends in .stz commit https://github.com/vim/vim/commit/af903e5d490ec9c6c49079f67de7e92e3c35a725 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 2 15:11:22 2017 +0100 patch 8.0.1363: recovering does not work when swap file ends in .stz Problem: Recovering does not work when swap file ends in .stz. Solution: Check for all possible swap file names. (Elfling, closes https://github.com/vim/vim/issues/2395, closes #2396)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Dec 2017 15:15:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"