view configure @ 13525:7d0a8ca17f30 v8.0.1636

patch 8.0.1636: no test for term_dumpload() and term_dumpdiff() commit https://github.com/vim/vim/commit/45d2a64f964238753403017b6d0ef30be88ccf37 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 24 14:30:32 2018 +0100 patch 8.0.1636: no test for term_dumpload() and term_dumpdiff() Problem: No test for term_dumpload() and term_dumpdiff(). Solution: Add tests.
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Mar 2018 14:45: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 "$@"