view configure @ 10534:1c6db35e3527 v8.0.0157

commit https://github.com/vim/vim/commit/2d02839050a2557bf36dab37ccd9f92168a757d1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 18:28:22 2017 +0100 patch 8.0.0157: no completion for :syntax spell and :syntax sync Problem: No command line completion for ":syntax spell" and ":syntax sync". Solution: Implement the completion. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 18:30:03 +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 "$@"