view configure @ 32319:23d44be6ec20 v9.0.1491

patch 9.0.1491: wrong scrolling with ls=0 and :botright split Commit: https://github.com/vim/vim/commit/fbf2071ac9ef08302a1df86c15f3d4ddbe871243 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Apr 26 19:01:44 2023 +0100 patch 9.0.1491: wrong scrolling with ls=0 and :botright split Problem: Wrong scrolling with ls=0 and :botright split. Solution: Add statusline before calling frame_new_height(). (closes https://github.com/vim/vim/issues/12299)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Apr 2023 20:15:04 +0200
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 "$@"