view configure @ 16617:24233eeaadd0 v8.1.1311

patch 8.1.1311: aborting an autocmd with an exception is not tested commit https://github.com/vim/vim/commit/23b5139234a79567097ca73aba15ea134381b934 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 21:38:43 2019 +0200 patch 8.1.1311: aborting an autocmd with an exception is not tested Problem: Aborting an autocmd with an exception is not tested. Solution: Add a test. Also shows how to abort a command by throwing an exception.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 21:45:05 +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 "$@"