view src/configure @ 28534:2d600e916978 v8.2.4791

patch 8.2.4791: events triggered in different order when reusing buffer Commit: https://github.com/vim/vim/commit/fef4485ef58d5937b170c6dc69431359469fc9cd Author: Charlie Groves <charlie.groves@gmail.com> Date: Tue Apr 19 16:24:12 2022 +0100 patch 8.2.4791: events triggered in different order when reusing buffer Problem: Autocmd events triggered in different order when reusing an empty buffer. Solution: Call buff_freeall() earlier. (Charlie Groves, closes #10198)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 17:30:03 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result