view configure @ 16015:7e33709a3d0a v8.1.1013

patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screen commit https://github.com/vim/vim/commit/3b5fef6a995f25a8a8f746896de44df49b69dfdf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 17 14:54:53 2019 +0100 patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screen Problem: MS-Windows: Scrolling fails when dividing the screen. Solution: Position the cursor before calling ScrollConsoleScreenBuffer(). (Nobuhiro Takasaki, closes #4115)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Mar 2019 15:00:07 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"