view configure @ 31148:69cea3380d9a v9.0.0908

patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position Commit: https://github.com/vim/vim/commit/361895d2a15b4b0bbbb4c009261eab5b3d69ebf1 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Nov 19 12:25:16 2022 +0000 patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position Problem: With 'smoothscroll' cursor may end up in wrong position. Solution: Correct the computation of screen lines. (Yee Cheng Chin, closes #11502)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 13:30:05 +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 "$@"