view configure @ 18261:8d09b7f53c71 v8.1.2125

patch 8.1.2125: fnamemodify() fails when repeating :e Commit: https://github.com/vim/vim/commit/b189295b72030f00c45c30d3daecf85d457221f8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 8 23:26:50 2019 +0200 patch 8.1.2125: fnamemodify() fails when repeating :e Problem: Fnamemodify() fails when repeating :e. Solution: Do not go before the tail. (Rob Pilling, closes https://github.com/vim/vim/issues/5024)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Oct 2019 23:30: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 "$@"