view configure @ 14907:497009f367ea v8.1.0465

patch 8.1.0465: client-server test fails commit https://github.com/vim/vim/commit/95ba5c364f097121b95879896b05ec737ecafd1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 22:47:07 2018 +0200 patch 8.1.0465: client-server test fails Problem: Client-server test fails. Solution: Change logic in EnumWindows().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 23:00:05 +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 "$@"