view configure @ 28349:d3a1fc6b4da6 v8.2.4700

patch 8.2.4700: buffer remains active if WinClosed event throws an exception Commit: https://github.com/vim/vim/commit/c947b9ae419114ebfef9725814ea41a466fcf879 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 6 17:59:21 2022 +0100 patch 8.2.4700: buffer remains active if WinClosed event throws an exception Problem: Buffer remains active if a WinClosed event throws an exception. Solution: Ignore aborting() when closing the buffer. (closes https://github.com/vim/vim/issues/10097)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Apr 2022 19: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 "$@"