view configure @ 18858:539c05ea2d3a v8.1.2415

patch 8.1.2415: popup menu flickers if an info popup is used Commit: https://github.com/vim/vim/commit/04357fbb87e65e50cc76295aec50114adb5cbd68 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 10 21:50:56 2019 +0100 patch 8.1.2415: popup menu flickers if an info popup is used Problem: Popup menu flickers if an info popup is used. (Nick Spoons) Solution: Set the pum_skip_redraw flag.
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Dec 2019 22: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 "$@"