view configure @ 26315:39f841f187d5 v8.2.3688

patch 8.2.3688: the window title is not updated when dragging the scrollbar Commit: https://github.com/vim/vim/commit/2e0f3ecb7046e6d7915327270f836c48ad033a67 Author: Christian Brabandt <cb@256bit.org> Date: Sun Nov 28 18:41:05 2021 +0000 patch 8.2.3688: the window title is not updated when dragging the scrollbar Problem: The window title is not updated when dragging the scrollbar. Solution: Call maketitle(). (Christian Brabandt, closes https://github.com/vim/vim/issues/9238, closes https://github.com/vim/vim/issues/5383)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Nov 2021 19: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 "$@"