view configure @ 22884:68dc849715b5 v8.2.1989

patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommands Commit: https://github.com/vim/vim/commit/2dfae04f376a58d4c5a801cb652c8eae65900672 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 15 14:09:37 2020 +0100 patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommands Problem: Info popup triggers WinEnter and WinLeave autocommands. Solution: Suppress autocommands for the info popup. (closes https://github.com/vim/vim/issues/7296)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Nov 2020 14:15: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 "$@"