view configure @ 14654:5a384b3806ec v8.1.0340

patch 8.1.0340: no test for :spellinfo commit https://github.com/vim/vim/commit/9049b686121367941bf534c041975938135c7e20 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 31 22:26:53 2018 +0200 patch 8.1.0340: no test for :spellinfo Problem: No test for :spellinfo. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3394)
author Christian Brabandt <cb@256bit.org>
date Fri, 31 Aug 2018 22:30: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 "$@"