view configure @ 19127:0ee48dc3f8bc v8.2.0123

patch 8.2.0123: complete_info() does not work when CompleteDone is triggered Commit: https://github.com/vim/vim/commit/17e04781f26c24769e202351c194ee252927eee1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 17 18:58:59 2020 +0100 patch 8.2.0123: complete_info() does not work when CompleteDone is triggered Problem: complete_info() does not work when CompleteDone is triggered. Solution: Trigger CompleteDone before clearing the info.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jan 2020 19:00:04 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"