view configure @ 17194:f4c6c1bc5e41 v8.1.1596

patch 8.1.1596: when resizing the screen may draw popup in wrong position commit https://github.com/vim/vim/commit/c2a43165004f944a909428e80700130745c08ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 26 01:03:53 2019 +0200 patch 8.1.1596: when resizing the screen may draw popup in wrong position Problem: When resizing the screen may draw popup in wrong position. (Masato Nishihata) Solution: Check the popup is not outside of the screen. (fixes #4592)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jun 2019 01:15:17 +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 "$@"