view configure @ 29067:87c00c420d27 v8.2.5055

patch 8.2.5055: statusline is not updated when terminal title changes Commit: https://github.com/vim/vim/commit/327e6dd82235d70f6d5aa33ac8281e7fd79b7381 Author: LemonBoy <thatlemon@gmail.com> Date: Sat Jun 4 19:57:59 2022 +0100 patch 8.2.5055: statusline is not updated when terminal title changes Problem: Statusline is not updated when terminal title changes. Solution: Redraw the status line when the title changes. (issue https://github.com/vim/vim/issues/10425)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jun 2022 21:00:03 +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 "$@"