view configure @ 2605:a0b03b7e9168 v7.3.028

updated for version 7.3.028 Problem: Signs don't show up. (Charles Campbell) Solution: Don't use negative numbers. Also assign a number to signs that have a name of all digits to avoid using a sign number twice.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Oct 2010 21:29:37 +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 "$@"