view configure @ 28782:3892e7574812 v8.2.4915

patch 8.2.4915: sometimes the cursor is in the wrong position Commit: https://github.com/vim/vim/commit/a91cb98bb36b0f9dc3c378c0bbd9a69de29830fa Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 19:39:31 2022 +0100 patch 8.2.4915: sometimes the cursor is in the wrong position Problem: Sometimes the cursor is in the wrong position. Solution: When the cursor moved to another line, recompute w_botline. (closes #9736)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 20:45:03 +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 "$@"