view configure @ 14313:37ed47b58f54 v8.1.0172

patch 8.1.0172: 'viminfofile' option does not behave like a file name commit https://github.com/vim/vim/commit/c229e54a69468722ca2449e807e90445b7479659 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 8 21:46:56 2018 +0200 patch 8.1.0172: 'viminfofile' option does not behave like a file name Problem: 'viminfofile' option does not behave like a file name. Solution: Add the P_EXPAND flag. (closes https://github.com/vim/vim/issues/3178)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jul 2018 22:00:06 +0200
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 "$@"