view configure @ 13408:de69701e0592 v8.0.1578

patch 8.0.1578: no test for :popup in terminal commit https://github.com/vim/vim/commit/69f5a3011d5a93e0d54837e97d625bd6c253d897 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 13:23:08 2018 +0100 patch 8.0.1578: no test for :popup in terminal Problem: No test for :popup in terminal. Solution: Add a screen dump test.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 13:30:07 +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 "$@"