view configure @ 10132:9a13895ee8d7 v7.4.2337

commit https://github.com/vim/vim/commit/77b642501ac4c84b4e6820d4e5636eb856faaea7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 21:14:27 2016 +0200 patch 7.4.2337 Problem: taglist() is still slow. (Luc Hermitte) Solution: Check for CTRL-C less often when finding duplicates.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 21:15:06 +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 "$@"