view configure @ 15563:e6d2e41669b8 v8.1.0789

patch 8.1.0789: sourcing a session sets v:errmsg commit https://github.com/vim/vim/commit/555de4e3b2881b0d9a72242ecc2ba26b5c698c85 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 21 23:03:49 2019 +0100 patch 8.1.0789: sourcing a session sets v:errmsg Problem: Sourcing a session sets v:errmsg. Solution: Use "%argdel" instead of "argdel *". (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Jan 2019 23:15:06 +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 "$@"