view configure @ 22061:d6120c97f57c v8.2.1580

patch 8.2.1580: wildmenu does not work properly Commit: https://github.com/vim/vim/commit/a60053b8f4cc7e135ba9496a8f4855d26aee09e7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 16:50:13 2020 +0200 patch 8.2.1580: wildmenu does not work properly Problem: Wildmenu does not work properly. Solution: Do not call may_do_incsearch_highlighting() if completion is in progress.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 17:00:04 +0200
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 "$@"