view configure @ 17618:9695e9fed059 v8.1.1806

patch 8.1.1806: test for display updating doesn't check without statusline commit https://github.com/vim/vim/commit/7cc535175a233c6f02cdb5a364b3590560f5bfcb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 23:30:21 2019 +0200 patch 8.1.1806: test for display updating doesn't check without statusline Problem: Test for display updating doesn't check without statusline. Solution: Add screenshots without a status line.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 23:45:05 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"