view configure @ 17598:c1aa462d2d45 v8.1.1796

patch 8.1.1796: :argdo is not tested commit https://github.com/vim/vim/commit/72e1b39111389001a20fbe8aa344ce2fe0a7e1a4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 13:50:08 2019 +0200 patch 8.1.1796: :argdo is not tested Problem: :argdo is not tested Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 14:00:06 +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 "$@"