view configure @ 12814:3f2f468b8b9d v8.0.1284

patch 8.0.1284: loading file type detection slows down startup commit https://github.com/vim/vim/commit/462455ee8b81cb5709007d91248ac4a88308d6e9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 10 21:53:11 2017 +0100 patch 8.0.1284: loading file type detection slows down startup Problem: Loading file type detection slows down startup. Solution: Store the last pattern of an autocommand event to make appending quicker.
author Christian Brabandt <cb@256bit.org>
date Fri, 10 Nov 2017 22:00:06 +0100
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 "$@"