view configure @ 29489:7c639dff32dd v9.0.0086

patch 9.0.0086: tabline is not redrawn when entering command line Commit: https://github.com/vim/vim/commit/6791adca53981666f0cf23e264e102b795224044 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Jul 26 20:42:25 2022 +0100 patch 9.0.0086: tabline is not redrawn when entering command line Problem: Tabline is not redrawn when entering command line. Solution: Set "redraw_tabline". (closes https://github.com/vim/vim/issues/10771)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 21:45:04 +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 "$@"