view configure @ 10859:64ccb8029e06 v8.0.0319

patch 8.0.0319: insert mode completion does not respect 'backspace' commit https://github.com/vim/vim/commit/190b04cdd936f4696c22466b7f077f9371d96580 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 17:37:03 2017 +0100 patch 8.0.0319: insert mode completion does not respect 'backspace' Problem: Insert mode completion does not respect "start" in 'backspace'. Solution: Check whether backspace can go before where insert started. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 17:45: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 "$@"