view configure @ 10916:503b28f0a974 v8.0.0347

patch 8.0.0347: when using completion comment leader wont work commit https://github.com/vim/vim/commit/d099e033703ce0772f152b8df8a763f0b65303ee Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 21 23:00:36 2017 +0100 patch 8.0.0347: when using completion comment leader wont work Problem: When using CTRL-X CTRL-U inside a comment, the use of the comment leader may not work. (Klement) Solution: Save and restore did_ai. (Christian Brabandt, closes #1494)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Feb 2017 23: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 "$@"