view configure @ 7568:5274513d3f54 v7.4.1084

commit https://github.com/vim/vim/commit/e1edc1caba05c553fa60b1cf45a7670b1cfd63fe Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 20:08:03 2016 +0100 patch 7.4.1084 Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. Solution: Append right size to the redo buffer. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 20:15:04 +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 "$@"