view configure @ 16760:b55b4a21f006 v8.1.1382

patch 8.1.1382: error when editing test file commit https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 17:33:01 2019 +0200 patch 8.1.1382: error when editing test file Problem: Error when editing test file. Solution: Remove part of modeline.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17: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 "$@"