view configure @ 20937:a02ba6be5a84 v8.2.1020

patch 8.2.1020: popupwin test fails in the GUI Commit: https://github.com/vim/vim/commit/b326edf5b30813b2ccdee3ac07ee6495ca5187ff Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 20 15:03:38 2020 +0200 patch 8.2.1020: popupwin test fails in the GUI Problem: Popupwin test fails in the GUI. Solution: Send GUI byte sequence for <C-S-a>.
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Jun 2020 15:15:03 +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 "$@"