view configure @ 30606:c5356021a938 v9.0.0638

patch 9.0.0638: popup menu highlight wrong on top of preview popup Commit: https://github.com/vim/vim/commit/393f8d61f55cb6127a100e812ba4d66097a32d2e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 2 14:28:30 2022 +0100 patch 9.0.0638: popup menu highlight wrong on top of preview popup Problem: Popup menu highlight wrong on top of preview popup. (Yegappan Lakshmanan) Solution: Also check for the popup menu in screen_line().
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Oct 2022 15:30:07 +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 "$@"