view configure @ 28948:b907d4a36318 v8.2.4996

patch 8.2.4996: setbufline() may change Visual selection Commit: https://github.com/vim/vim/commit/0ad00a7fd3e0389f565876521e395c35144d8009 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 11:59:25 2022 +0100 patch 8.2.4996: setbufline() may change Visual selection Problem: setbufline() may change Visual selection. (Qiming Zhao) Solution: Disable Visual mode when using another buffer. (closes https://github.com/vim/vim/issues/10466)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 13:00: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 "$@"