view configure @ 16910:6a99709c6ae3 v8.1.1456

patch 8.1.1456: WinBar not redrawn after scrolling one line commit https://github.com/vim/vim/commit/98fb65cb051f625f4ce291a9f9cdb2e54ac1e688 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 2 20:33:32 2019 +0200 patch 8.1.1456: WinBar not redrawn after scrolling one line Problem: WinBar not redrawn after scrolling one line. Solution: Exclude the winbar height when deciding what to redraw. (closes #4473)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jun 2019 20: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 "$@"