view configure @ 27251:85f56e16da9b v8.2.4154

patch 8.2.4154: ml_get error when exchanging windows in Visual mode Commit: https://github.com/vim/vim/commit/05b27615481e72e3b338bb12990fb3e0c2ecc2a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 13:32:50 2022 +0000 patch 8.2.4154: ml_get error when exchanging windows in Visual mode Problem: ml_get error when exchanging windows in Visual mode. Solution: Correct end of Visual area when entering another buffer.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 14:45:03 +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 "$@"