view configure @ 31127:92b929203a4f v9.0.0898

patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down Commit: https://github.com/vim/vim/commit/75ac25b4967cdcdfdf2d6c086a6e2308868c280a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 17 19:00:14 2022 +0000 patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down Problem: With 'smoothscroll' cursor is one screen line too far down. (Ernie Rael) Solution: Add a test that currently has the wrong result so that a fix can be made. (issue #11436)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 20:15:06 +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 "$@"