view configure @ 10094:61dc69646af6 v7.4.2318

commit https://github.com/vim/vim/commit/349e7d94e6bbb253bb87adad9039f095128ab543 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 20:04:34 2016 +0200 patch 7.4.2318 Problem: When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before. Solution: Move #ifdef and don't use goto.
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Sep 2016 20:15:05 +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 "$@"