view configure @ 11631:3b53bb2a0e39 v8.0.0698

patch 8.0.0698: crash on exit when using Python function in timer. commit https://github.com/vim/vim/commit/c4f833808af930505017c9389d44a828601e247c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 7 14:50:44 2017 +0200 patch 8.0.0698: crash on exit when using Python function in timer. Problem: When a timer uses ":pyeval" or another Python command and it happens to be triggered while exiting a Crash may happen. (Ricky Zhou) Solution: Avoid running a Python command after python_end() was called. Do not trigger timers while exiting. (closes #1824)
author Christian Brabandt <cb@256bit.org>
date Fri, 07 Jul 2017 15:00:03 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"