view configure @ 24200:dafaa9c80334 v8.2.2641

patch 8.2.2641: display test fails because of lacking redraw Commit: https://github.com/vim/vim/commit/2cec027af461095f96dec3bfd036c267f790b0f4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 22 17:30:47 2021 +0100 patch 8.2.2641: display test fails because of lacking redraw Problem: Display test fails because of lacking redraw. Solution: Add a redraw command.
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Mar 2021 17:45:03 +0100
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 "$@"