view configure @ 15414:d7432dcb6b7c v8.1.0715

patch 8.1.0715: superfluous call to redraw_win_later() commit https://github.com/vim/vim/commit/6f7e555f7440df148350468ad8bc6d559d676d7c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 11:55:16 2019 +0100 patch 8.1.0715: superfluous call to redraw_win_later() Problem: Superfluous call to redraw_win_later(). Solution: Remove the call.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 12:00:10 +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 "$@"