view configure @ 12690:fad36581f788 v8.0.1223

patch 8.0.1223: crash when using autocomplete and tab pages commit https://github.com/vim/vim/commit/9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 26 22:04:04 2017 +0200 patch 8.0.1223: crash when using autocomplete and tab pages Problem: Crash when using autocomplete and tab pages. Solution: Check if the current tab changed. (Christian Brabandt, closes #2239)
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Oct 2017 22: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 "$@"