view configure @ 4147:646cb6b6ff23 v7.3.826

updated for version 7.3.826 Problem: List of features in :version output is hard to read. Solution: Make columns. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 16:47:36 +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 "$@"