view configure @ 22748:837983942264 v8.2.1922

patch 8.2.1922: Win32: scrolling problems when part of window is off-screen Commit: https://github.com/vim/vim/commit/185577e47e5004a5d08a5405a02ab6a261078e42 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 29 20:08:21 2020 +0100 patch 8.2.1922: Win32: scrolling problems when part of window is off-screen Problem: Win32: scrolling doesn't work properly when part of window is off-screen. Solution: Fall back to GDI scrolling if part of the window is off-screen. Handle multi-monitor setup better. (Ken Takata, closes #7219)
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Oct 2020 20:15:04 +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 "$@"