view configure @ 33769:6e4bf51ec635 v9.0.2105

patch 9.0.2105: skipcol not reset when topline changed Commit: https://github.com/vim/vim/commit/bb800a7907209f7d349f87b76b3b9ca30b416298 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Tue Nov 14 17:05:18 2023 +0100 patch 9.0.2105: skipcol not reset when topline changed Problem: Skipcol is not reset when topline changed scrolling cursor to top Solution: reset skipcol closes: #13528 closes: #13532 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Nov 2023 17:15: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 "$@"