view configure @ 7135:9d4986f52df8 v7.4.879

commit https://github.com/vim/vim/commit/1d6328ca00fc6cfe37b1f5e038ec23f443258886 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 17:37:16 2015 +0200 patch 7.4.879 Problem: Can't see line numbers in nested function calls. Solution: Add line number to the file name. (Alberto Fanjul)
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Sep 2015 17:45:04 +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 "$@"